By JetBrainsCreated 4 days ago
starstarstarstarstar

Work on your code with JetBrains IDEs.

Visit Project
Share this MCP:
X (Formerly Twitter)RedditblueskyThreads by Instagram

Category

Official MCP Server

Tags

JetbrainsIdeMcp ProxyDev Tools

What is JetBrains MCP Proxy Server?

JetBrains MCP Proxy Server is a tool that enables communication between external applications and JetBrains IDEs. It acts as a proxy to relay requests from client applications to JetBrains Integrated Development Environments (IDEs), facilitating integration with other tools.

How to use JetBrains MCP Proxy Server?

  1. Install the MCP Server Plugin in your JetBrains IDE from plugins.jetbrains.com/plugin/26071-mcp-server.
  2. Set up the proxy in VS Code or Claude Desktop by adding the configuration in the respective config files.
  3. Configure the server by adjusting environment variables if needed (e.g., IDE_PORT, HOST, or LOG_ENABLED).
  4. Ensure your Node.js version is 18 or later (required for the proxy to work).

Key features of JetBrains MCP Proxy Server?

  • Provides a bridge between external applications and JetBrains IDEs.
  • Supports VS Code, Claude Desktop, and other external clients (LibreChat, Docker, etc.).
  • Customizable configuration (e.g., host/port, logging, multiple IDEs).
  • Compatible with Node.js 18+.

Use cases of JetBrains MCP Proxy Server?

  1. Integrating JetBrains IDEs with VS Code for a seamless development experience.
  2. Connecting JetBrains IDEs with Claude Desktop for AI-assisted development.
  3. Using JetBrains IDEs in Docker containers for remote debugging and tool integration.

FAQ from JetBrains MCP Proxy Server?

  • What if the Node.js version is too old?

    The proxy requires Node.js 18+. If you get an error like Cannot find module 'node:path', upgrade your Node.js installation.

  • How to fix MCP not detecting nvm-installed Node.js on MacOS?

    Create a symbolic link: sudo ln -sf "$(which npx)" /usr/local/bin/npx to ensure MCP detects your Node.js installation.

  • Why am I getting 404 errors when connecting from Docker/other clients?

    Enable external connections in your JetBrains IDE settings and use your machine's LAN IP (not host.docker.internal).

  • How to build the project from source?

    Install Node.js and pnpm (brew install node pnpm), then run pnpm build.