当前位置: 首页 > news >正文

我的MCP相关配置记录

1.VSCode的Cline中的MCP

{"mcpServers": {"github.com/modelcontextprotocol/servers/tree/main/src/github": {"autoApprove": [],"disabled": false,"timeout": 60,"command": "cmd","args": ["/c","npx","-y","@modelcontextprotocol/server-github"],"env": {"GITHUB_PERSONAL_ACCESS_TOKEN": "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"},"transportType": "stdio"},"filesystem": {"timeout": 60,"command": "cmd","args": ["/c","npx","-y","@modelcontextprotocol/server-filesystem","C:\\Users\\21031\\Desktop"],"transportType": "stdio"},"time": {"timeout": 60,"command": "python","args": ["-m","mcp_server_time","--local-timezone=Asia/Shanghai"],"transportType": "stdio"},"browser-tools-mcp": {"autoApprove": ["getConsoleLogs","getConsoleErrors","getSelectedElement","runAccessibilityAudit","getNetworkLogs","getNetworkErrors"],"timeout": 60,"command": "cmd","args": ["/c","npx","-y","@agentdeskai/browser-tools-mcp@1.2.0"],"transportType": "stdio"},"fetch": {"isActive": true,"command": "uvx","args": ["mcp-server-fetch"]},"sequential-thinking": {"command": "cmd","args": ["/c","npx","-y","@modelcontextprotocol/server-sequential-thinking"]},"firecrawl-mcp": {"command": "cmd","args": ["/c","npx","-y", "firecrawl-mcp"],"env": {"FIRECRAWL_API_KEY": "fc-bb842f816a1d42ad8867e808d579bcdc"}},"puppeteer": {"command": "cmd","args": [ "/c","npx","-y", "@modelcontextprotocol/server-puppeteer"]}}
}

2.CheeryStudio中的MC配置

{"mcpServers": {"Z5QlEkkaow3lL-Ccl6pps": {"isActive": false,"name": "MCP 服务器","description": "","baseUrl": "","command": "","args": [],"env": {}},"fetch": {"isActive": true,"name": "fetch-server","type": "stdio","description": "抓取网页","registryUrl": "","command": "uvx","args": ["mcp-server-fetch"]},"amap-maps": {"isActive": true,"name": "amap-maps","type": "stdio","description": "高德地图","registryUrl": "","command": "npx","args": ["-y","@amap/amap-maps-mcp-server"],"env": {"AMAP_MAPS_API_KEY": "20cd06f09910513998ed05e863f19282"}},"sequential-thinking": {"isActive": true,"name": "sequential-thinking","type": "stdio","description": "赋予大模型推理能力,适合解决复杂问题","registryUrl": "","command": "npx","args": ["-y","@modelcontextprotocol/server-sequential-thinking"]},"filesystem": {"isActive": false,"name": "filesystem","type": "stdio","description": "文件管理系统","registryUrl": "","command": "npx","args": ["-y","@modelcontextprotocol/server-filesystem","${C:\\Users\\21031\\Desktop}"]},"firecrawl": {"isActive": true,"name": "firecrawl","type": "stdio","description": "高级网页抓取与爬取(用于上下文)处理 JS 渲染、批量作业、提取结构化数据,并能在多个页面进行深度研究。","registryUrl": "","command": "npx","args": ["-y","firecrawl-mcp"],"env": {"FIRECRAWL_API_KEY": "fc-bb842f816a1d42ad8867e808d579bcdc"}},"puppeteer": {"name": "puppeteer","type": "stdio","description": "自动化浏览器操作。与页面交互、截图以及在实际浏览器环境中执行 JavaScript,用于测试或自动化。","isActive": true,"registryUrl": "","command": "npx","args": ["-y","@modelcontextprotocol/server-puppeteer"]}}
}

补充MCP文档:

昨天,Cline发布了自己 MCP Marketplace 中最受欢迎的10款 MCP,以及四款荣誉提名的MCP(在最后):

如果你平时更经常用Cursor、Windsurf、Cherry Studio等MCP客户端,可以去之前提到的MCP资源站搜索找到。当然,这篇文章也整理了这14款MCP在GitHub上的仓库地址,大家根据需求自取即可:

1、GitHub:可以在 Cline 直接管理仓库、文件、问题和 PR。将版本控制工作流程无缝集成到你的开发过程中的必备工具。

🔗:https://github.com/github/github-mcp-server

2、Browser Tools:通过 Chrome 扩展监控浏览器活动、捕获屏幕截图、分析日志以及通过 DOM 进行交互。非常适合可视化调试 Web 应用。

🔗:https://github.com/AgentDeskAI/browser-tools-mcp

3、File System:允许 Cline 以编程方式访问详细的文件元数据。使用 get_file_info 函数可以检索大小、修改时间、权限和类型(文件/目录),用于脚本编写或分析。

🔗:https://github.com/modelcontextprotocol/servers/tree/main/src/filesystem

4、Git Tools:使用状态、diff、提交、分支管理等命令与 Git 仓库交互。可以以编程方式自动化常见的 Git 任务。

🔗:https://github.com/modelcontextprotocol/servers/tree/main/src/git

5、Sequential Thinking :有条不紊地解决复杂问题。这个 MCP 支持结构化、逐步推理,将复杂任务分解为可管理的部分,以实现更稳健的解决方案。

🔗:https://github.com/modelcontextprotocol/servers/tree/main/src/sequentialthinking

6、Fetch:直接将网页内容(HTML、JSON、文本、Markdown)作为上下文拉取到 Cline。适用于快速使用特定 URL 的信息让 Cline 定位。

🔗:https://github.com/zcaceres/fetch-mcp

🔗:https://github.com/modelcontextprotocol/servers/tree/main/src/fetch

7、FireCrawl:高级网页抓取与爬取*(用于上下文)*。处理 JS 渲染、批量作业、提取结构化数据,并能在多个页面进行深度研究。

🔗:https://github.com/mendableai/firecrawl-mcp-server

8、Browser Use:使用自然语言控制网络浏览器。浏览页面、填写表单、理解视觉内容——适用于自动化复杂的网络交互。

🔗:https://github.com/Saik0s/mcp-browser-use

9、Puppeteer:使用 Puppeteer 自动化浏览器操作。与页面交互、截图以及在实际浏览器环境中执行 JavaScript,用于测试或自动化。

🔗:https://github.com/modelcontextprotocol/servers/tree/main/src/puppeteer

10、Playwright:另一个使用强大的浏览器自动化服务器。支持交互、截图和 JS 执行,用于跨浏览器测试和自动化。

🔗:https://github.com/microsoft/playwright-mcp

还有四个 MCP 获得荣誉提名(是Cline用户大量应用的MCP):

Context7(AI 友好的文档):https://github.com/upstash/context7

Perplexity(AI 研究):https://github.com/ppl-ai/modelcontextprotocol

21st Dev 的 Magic UI(UI 生成):https://github.com/21st-dev/magic-mcp

Supabase(后端集成):https://github.com/supabase-community/supabase-mcp

http://www.xdnf.cn/news/426907.html

相关文章:

  • Cursor 编辑器 的 高级使用技巧与创意玩法
  • JavaScript异步编程 Async/Await 使用详解:从原理到最佳实践
  • 基于RT-Thread的STM32F4开发第三讲——DAC
  • 基于TI AM6442+FPGA解决方案,支持6网口,4路CAN,8个串口
  • 《ffplay 读线程与解码线程分析:从初始化到 seek 操作,对比视频与音频解码的差异》
  • Vue 3.5 :新特性全解析与开发实践指南
  • MQTT 协议详解:物联网通信的利器
  • 【Unity】WebGL开发问题汇总
  • 专栏项目框架介绍
  • 【Redis】谈谈Redis的设计
  • 网安学途—流量分析 attack.pcap
  • 【TS入门笔记8---了解JSX】
  • G1在GC的时候会占用内存吗?占用的是分配的内存还是分配外的内存
  • JS Map使用方法
  • Linux上的rm和srm 命令
  • Femap许可网络配置
  • MRI、DX、CT 医学影像常用术语详解:概念与应用
  • 在Babylon.js中实现完美截图的艺术:包含Canvas和HTML覆盖层
  • 【完全平方数包含相同数】2021-11-30
  • LeetCode 3335.字符串转换后的长度 I:I先递推
  • 运用数组和矩阵对数据进行存取和运算——NumPy模块 之六
  • 浅谈 Redis 数据类型
  • 【PmHub后端篇】PmHub中基于Redis加Lua脚本的计数器算法限流实现
  • 【Canda】常用命令+虚拟环境创建到选择
  • aardio —— 虚表 —— 同一单元格内用不同的字体
  • maven中relativepath标签的含义及使用方法
  • TensorFlow 常见使用场景及开源项目实例
  • 大模型MCP之UV安装使用
  • 数据集-目标检测系列- 杨桃 数据集 Starfruit>> DataBall
  • leetcode 189. 轮转数组