JetBrains MCP プロキシサーバー
サーバーはクライアントからのリクエストを JetBrains IDE にプロキシします。
MCPサーバープラグインをインストールする
https://plugins.jetbrains.com/plugin/26071-mcp-server
Claude Desktopでの使用
Claude Desktop でこれを使用するには、 claude_desktop_config.json
に以下の行を追加してください。macOS の場合のフルパスは~/Library/Application\ Support/Claude/claude_desktop_config.json
、Windows の場合のフルパスは%APPDATA%/Claude/claude_desktop_config.json
。
構成
MCP サーバーで複数の IDE を実行していて、特定の IDE に接続する場合は、MCP サーバー構成に以下を追加します。
デフォルトでは 127.0.0.1 で IDE に接続しますが、別のアドレス/ホストを指定することもできます。
ログを有効にするには以下を追加します:
トラブルシューティング
Node.jsのバージョン要件
**問題:**エラー メッセージ: Cannot find module 'node:path'
解決策: MCP ProxyはNode 16では動作しません。Node.jsをバージョン18以降にアップグレードしてください。config command
が正しいNode.jsバージョンを指していることを確認してください。最新バージョンのNode.jsへのフルパスを使用してみてください。
MacOS: プラグインが nvm 経由でインストールされた Node.js を検出できない
問題: MacOS で、nvm (Node Version Manager) を介して Node.js がインストールされている場合、MCP サーバー プラグインは Node.js のインストールを検出できない可能性があります。
解決策: nvm npx 実行可能ファイルを指すシンボリック リンクを/usr/local/bin
に作成します。
このワンライナーは、パスに npx が存在するかどうかを確認し、適切な権限で必要なシンボリック リンクを作成します。
外部クライアントまたは Docker コンテナ (LibreChat、Cline など) で MCP を使用する
**問題:**外部クライアント、Dockerコンテナ、またはサードパーティ製アプリケーション(LibreChatなど)からJetBrains MCPプロキシに接続しようとすると、 http://host.docker.internal:6365/api/mcp/list\_toolsなどのエンドポイントへのリクエストで404エラーが返されたり、接続に失敗したりすることがあります。**解決策:**対処すべき重要な問題が2つあります。
- 外部接続を有効にする:
JetBrains IDE で、 *[設定] | [ビルド、実行、デプロイメント] | [デバッガー]*の [外部接続を受け入れる] を有効にします。
- LAN IP とポートを設定します。
host.docker.internal
の代���りにマシンの LAN IP アドレスを使用します。構成で IDE_PORT と HOST を明示的に設定します。LibreChat または同様の外部クライアントの構成例:
交換する:
YOUR_IDEA_PORT
は IDE のデバッグ ポート (IDE 設定で確認できます)、 YOUR_IDEA_LAN_IP
はコンピュータのローカル ネットワーク IP (例: 192.168.0.12) です。
構築方法
- macOSでテスト済み
brew install node pnpm
pnpm build
実行してプロジェクトをビルドします
This server cannot be installed
local-only server
The server can only run on the client's local machine because it depends on local resources.
サーバーはクライアントからのリクエストを JetBrains IDE にプロキシします。
Related MCP Servers
- -securityAlicense-qualityA proxy server that enables AI assistants to run and interact with command-line applications like Expo through the Model Context Protocol (MCP), capturing logs and allowing keypress forwarding.Last updated -126TypeScriptMIT License
- -securityAlicense-qualityA modified JetBrains MCP Server that adds WebSocket monitoring capabilities, allowing users to monitor MCP tool calls in real-time while maintaining compatibility with the original implementation.Last updated -JavaScriptApache 2.0
- -securityAlicense-qualityA Model Context Protocol server that enables IDEs like Cursor and Windsurf to analyze large codebases using Gemini's extensive context window.Last updated -17PythonMIT License
- -securityFlicense-qualityA server that exposes the Jadx decompiler API over HTTP, enabling Claude to interact with decompiled Java/Android code to list classes, fetch source code, inspect methods/fields, and extract code live.Last updated -42
Appeared in Searches
- Tool to analyze backend code, connect with Jira, and automate coding tasks
- Software or solutions for managing a fleet of computers
- Coding tools to understand and manage a large codebase like MCP, CLINE, or ROOCODE
- A server for finding information about remote-capable tools or roles
- Tools and Techniques for Debugging UI in Web Development