You've already forked template-MP
73 lines
3.1 KiB
JSON
73 lines
3.1 KiB
JSON
{
|
||
"mcpServers": {
|
||
"Framelink Figma MCP": {
|
||
"description": "为AI编程工具提供Figma设计文件访问能力,支持获取设计数据和下载图像资源,帮助实现设计到代码的一键转换。",
|
||
"command": "npx",
|
||
"args": ["-y", "@iflow-mcp/figma-developer-mcp@0.5.0", "--stdio"],
|
||
"env": {
|
||
"FIGMA_API_KEY": ""
|
||
}
|
||
},
|
||
"playwright": {
|
||
"command": "npx",
|
||
"args": ["@playwright/mcp@latest"]
|
||
},
|
||
"context7": {
|
||
"description": "为开发者提供最新技术文档和代码示例的智能检索服务,支持库搜索和文档获取功能",
|
||
"command": "npx",
|
||
"args": ["-y", "@iflow-mcp/context7-mcp@1.0.0"]
|
||
},
|
||
"fetch": {
|
||
"description": "Fetch服务提供了获取各种格式的Web内容的功能,包括HTML、JSON、纯文本、Markdown。",
|
||
"command": "npx",
|
||
"args": ["-y", "@iflow-mcp/fetch@1.0.2"]
|
||
},
|
||
"server-puppeteer": {
|
||
"description": "基于Puppeteer的浏览器自动化工具,支持页面导航、截图、元素操作和JavaScript执行等功能",
|
||
"command": "npx",
|
||
"args": ["-y", "@iflow-mcp/server-puppeteer@0.6.2"],
|
||
"env": {
|
||
"PUPPETEER_LAUNCH_OPTIONS": "{\"executablePath\":\"C:\\Program Files\\Google\\Chrome\\Application\"}",
|
||
"ALLOW_DANGEROUS": "{\"executablePath\":\"C:\\Program Files\\Google\\Chrome\\Application\"}"
|
||
}
|
||
},
|
||
"math-tools": {
|
||
"description": "提供34个数学运算工具,包含算术运算、统计计算、数据科学和表达式求值功能,支持高精度计算。",
|
||
"command": "npx",
|
||
"args": ["-y", "@iflow-mcp/math-tools"]
|
||
},
|
||
"desktop-commander": {
|
||
"description": "强大的桌面文件系统和进程管理工具,提供文件操作、搜索、进程管理等全面功能",
|
||
"command": "npx",
|
||
"args": ["-y", "@iflow-mcp/desktop-commander"]
|
||
},
|
||
"desktop-commander-puls": {
|
||
"command": "npx",
|
||
"args": ["-y", "@wonderwhy-er/desktop-commander@latest"]
|
||
},
|
||
"fast-filesystem": {
|
||
"command": "npx",
|
||
"args": ["-y", "fast-filesystem-mcp"]
|
||
},
|
||
"filesystem": {
|
||
"description": "提供完整的文件系统操作功能,包括文件读写、目录管理、文件搜索等,支持安全的路径验证和权限控制",
|
||
"command": "npx",
|
||
"args": ["-y", "@iflow-mcp/server-filesystem@0.6.2", "E:\\yuantao"]
|
||
},
|
||
"mcp-server-code-runner": {
|
||
"description": "多语言代码执行器,支持35种编程语言的代码片段执行,包括JavaScript、Python、Go、Java等主流语言",
|
||
"command": "npx",
|
||
"args": ["-y", "@iflow-mcp/mcp-server-code-runner"]
|
||
},
|
||
"gitlab": {
|
||
"description": "提供GitLab项目管理、文件操作、Issue管理、合并请求等功能的MCP服务器工具集",
|
||
"command": "npx",
|
||
"args": ["-y", "@iflow-mcp/server-gitlab@latest"],
|
||
"env": {
|
||
"GITLAB_PERSONAL_ACCESS_TOKEN": "",
|
||
"GITLAB_API_URL": "https://git.flyh5.cn/api/v4"
|
||
}
|
||
}
|
||
}
|
||
}
|