mizuko23日前 00AIアシスタントとMCPサーバーの連携設定MCP各AIアシスタントとMCPサーバーを連携させる設定方法: Windsurf ~/.codeium/windsurf/mcp_config.jsonに以下を追加: "mcpServers": { "service_name": { "command": "node", "args": ["path/to/dist/index.js"], "env": { "API_KEY": "your_api_key" } } } Cursor 設定から「AI: MCP Servers」に追加: "ai.mcpServers": [ { "name": "service_name", "command": "node", "args": ["path/to/dist/index.js"], "env": { "API_KEY": "your_api_key" } } ] Claude Desktop 設定から「拡張機能」→「MCP サーバー」に追加: 名前: service_name コマンド: npx 引数: -y your-package-name 環境変数: API_KEY=your_api_key