修改MCP配置

This commit is contained in:
yuantao
2025-09-23 15:23:22 +08:00
parent f754b0ed35
commit 20c10ffb08

58
.iflow/settings.json Normal file
View File

@@ -0,0 +1,58 @@
{
"mcpServers": {
"Framelink Figma MCP": {
"description": "为AI编程工具提供Figma设计文件访问能力支持获取设计数据和下载图像资源帮助实现设计到代码的一键转换。",
"command": "npx",
"args": ["-y", "@iflow-mcp/figma-developer-mcp@0.5.0", "--stdio"],
"env": {
"FIGMA_API_KEY": "figd__W7JKfkyWThg_yIAFVBm1o_2sz7jnoW5_Z6cvexN"
}
},
"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"]
}
}
}