nanasi-apps.xyz

JetBrains系統のIDEをいい感じにClaude Desktopからいじりたい

公開日: 2025/4/10
AI

MCPサーバーをいい感じにする

いい感じにする必要があります。

まずIDE側とMCPサーバーで通信するために MCP Server という拡張機能をIDEに入れます

Claude Desktopのclaude_desktop_config.json

{
  "mcpServers": {
    "jetbrains": {
      "command": "npx",
      "args": ["-y", "@jetbrains/mcp-proxy"]
    }
  }
}

を追加します。

これでClaude Desktopからいい感じにIDEを