分享几个cursor免费使用的mcp服务(搜索、新闻、自动操作浏览器、推理思考)
最近mcp特别火,自己试了一下,从https://smithery.ai/这个网站试了几个,需要修改一下他给的json配置才能成功。

mcp.json配置:
{
"mcpServers": {
"server-sequential-thinking": {
"command": "npx",
"args": [
"@smithery/cli@latest",
"run",
"@smithery-ai/server-sequential-thinking",
"--config",
"{\"model\":\"gpt-4\",\"temperature\":0.2}"
]
},
"filesystem": {
"command": "npx",
"args": [
"@smithery/cli@latest",
"run",
"@smithery-ai/filesystem",
"--config",
"{\"allowedDirs\":\"D://\"}"
]
},
"m...点击查看剩余70%
网友评论