关于游乐场照片博文列表

常用 MCP 备忘

ShiftWatchOut,LLM

常用配置片段

http 类型

{ "servers": { "context7": { "url": "https://mcp.context7.com/mcp", "headers": { "CONTEXT7_API_KEY": "<your-context7-key>" }, "type": "http" }, "figma": { "url": "http://127.0.0.1:3845/mcp", "type": "http" }, "tavily": { "url": "https://mcp.tavily.com/mcp/?tavilyApiKey=<your-tavily-key>", "type": "http" }, "mermaid": { "type": "sse", "url": "https://mcp.mermaidchart.com/sse" } } }

Key 来源

从仓库克隆运行

{ "servers": { "word-document-server": { "type": "stdio", "command": "/Path/To/Office-Word-MCP-Server/.venv/bin/python", "args": [ "/Path/To/Office-Word-MCP-Server/word_mcp_server.py" ], "env": { "PYTHONPATH": "/Path/To/Office-Word-MCP-Server", "MCP_TRANSPORT": "stdio" } } } }
git clone git@github.com:GongRzhe/Office-Word-MCP-Server.git

npm 包

{ "servers": { "browsermcp": { "type": "stdio", "command": "npx", "args": ["@browsermcp/mcp@latest"] }, "chrome-devtools": { "type": "stdio", "command": "npx", "args": ["chrome-devtools-mcp@latest"] }, "excel": { "type": "stdio", "command": "npx", "args": ["--yes", "@negokaz/excel-mcp-server"] } } }

预先执行一遍以加速安装

npx --yes @negokaz/excel-mcp-server npx @browsermcp/mcp@latest npx chrome-devtools-mcp@latest
2021 - 2026 (c) ShiftWatchOut.RSS