You've already forked template-MP-ts
调整iflow配置文件
This commit is contained in:
@@ -1,16 +1,18 @@
|
||||
{
|
||||
"language": "zh-CN",
|
||||
"mcpServers": {
|
||||
"Framelink Figma MCP": {
|
||||
"description": "为AI编程工具提供Figma设计文件访问能力,支持获取设计数据和下载图像资源,帮助实现设计到代码的一键转换。",
|
||||
"bing-cn-mcp": {
|
||||
"description": "MCP 服务器,提供中文必应搜索结果抓取和网页内容抓取功能,支持中文搜索",
|
||||
"command": "npx",
|
||||
"args": ["-y", "@iflow-mcp/figma-developer-mcp@0.5.0", "--stdio"],
|
||||
"args": ["-y", "@iflow-mcp/bing-cn-mcp"],
|
||||
"env": {
|
||||
"FIGMA_API_KEY": ""
|
||||
"USER_AGENT": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36"
|
||||
}
|
||||
},
|
||||
"playwright": {
|
||||
"chrome-devtools": {
|
||||
"description": "Chrome浏览器自动化工具,支持页面操作、性能分析、网络监控等功能",
|
||||
"command": "npx",
|
||||
"args": ["@playwright/mcp@latest"]
|
||||
"args": ["-y", "@iflow-mcp/chrome-devtools-mcp"]
|
||||
},
|
||||
"context7": {
|
||||
"description": "为开发者提供最新技术文档和代码示例的智能检索服务,支持库搜索和文档获取功能",
|
||||
@@ -22,15 +24,6 @@
|
||||
"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",
|
||||
@@ -54,10 +47,13 @@
|
||||
"command": "npx",
|
||||
"args": ["-y", "@iflow-mcp/server-filesystem@0.6.2", "E:\\"]
|
||||
},
|
||||
"mcp-server-code-runner": {
|
||||
"description": "多语言代码执行器,支持35种编程语言的代码片段执行,包括JavaScript、Python、Go、Java等主流语言",
|
||||
"Framelink Figma MCP": {
|
||||
"description": "为AI编程工具提供Figma设计文件访问能力,支持获取设计数据和下载图像资源,帮助实现设计到代码的一键转换。",
|
||||
"command": "npx",
|
||||
"args": ["-y", "@iflow-mcp/mcp-server-code-runner"]
|
||||
"args": ["-y", "@iflow-mcp/figma-developer-mcp@0.5.0", "--stdio"],
|
||||
"env": {
|
||||
"FIGMA_API_KEY": ""
|
||||
}
|
||||
},
|
||||
"gitlab": {
|
||||
"description": "提供GitLab项目管理、文件操作、Issue管理、合并请求等功能的MCP服务器工具集",
|
||||
|
||||
Reference in New Issue
Block a user