- Explore MCP Servers
- jetbrainsMCPProxy
Jetbrainsmcpproxy
What is Jetbrainsmcpproxy
jetbrainsMCPProxy is a server that proxies requests from clients to JetBrains IDE, as MCP only supports command-line interface (CLI) interactions.
Use cases
Use cases include enhancing the development workflow by allowing GUI interactions with JetBrains IDE through a proxy, enabling easier integration with other tools, and improving productivity for developers using MCP.
How to use
To use jetbrainsMCPProxy with Claude Desktop, you need to add specific configuration to your ‘claude_desktop_config.json’ file, specifying the command and arguments for the server.
Key features
Key features include the ability to facilitate communication between clients and JetBrains IDE, support for macOS, and the use of Node.js and pnpm for building and running the project.
Where to use
jetbrainsMCPProxy is primarily used in development environments where JetBrains IDE is employed, particularly in projects that require integration with MCP.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Jetbrainsmcpproxy
jetbrainsMCPProxy is a server that proxies requests from clients to JetBrains IDE, as MCP only supports command-line interface (CLI) interactions.
Use cases
Use cases include enhancing the development workflow by allowing GUI interactions with JetBrains IDE through a proxy, enabling easier integration with other tools, and improving productivity for developers using MCP.
How to use
To use jetbrainsMCPProxy with Claude Desktop, you need to add specific configuration to your ‘claude_desktop_config.json’ file, specifying the command and arguments for the server.
Key features
Key features include the ability to facilitate communication between clients and JetBrains IDE, support for macOS, and the use of Node.js and pnpm for building and running the project.
Where to use
jetbrainsMCPProxy is primarily used in development environments where JetBrains IDE is employed, particularly in projects that require integration with MCP.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
JetBrains MCP Proxy Server
The server proxies requests from client to JetBrains IDE since MCP only supports CLI interactions.
Prerequisites
- Tested on macOS
brew install node pnpm- Run
pnpm buildto build the project
Usage with Claude Desktop
To use this with Claude Desktop, add the following to your claude_desktop_config.json:
{
"mcpServers": {
"github": {
"command": "npx",
"args": [
"<project_location>/dist/src/index.js"
],
"env": {
"IDE_PORT": "<port of built-in webserver, can be omitted than default 63343>"
}
}
}
}
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










