@jetbrains/mcp-proxy

1.8.0 • Public • Published

official JetBrains project

JetBrains MCP Proxy Server

The server proxies requests from client to JetBrains IDE.

Install MCP Server plugin

https://plugins.jetbrains.com/plugin/26071-mcp-server

Usage with Claude Desktop

To use this with Claude Desktop, add the following to your claude_desktop_config.json. The full path on MacOS: ~/Library/Application\ Support/Claude/claude_desktop_config.json, on Windows: %APPDATA%/Claude/claude_desktop_config.json.

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

Configuration

If you're running multiple IDEs with MCP server and want to connect to the specific one, add to the MCP server configuration:

"env": {
  "IDE_PORT": "<port of IDE's built-in webserver>"
}

By default, we connect to IDE on 127.0.0.1 but you can specify a different address/host:

"env": {
  "HOST": "<host/address of IDE's built-in webserver>"
}

To enable logging add:

"env": {
  "LOG_ENABLED": "true"
}

How to build

  1. Tested on macOS
  2. brew install node pnpm
  3. Run pnpm build to build the project

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.8.0
1,594latest

Version History

VersionDownloads (Last 7 Days)Published
1.8.0
1,594
1.7.0
2
1.6.0
3
1.5.0
0
1.4.0
0
1.3.0
0
1.1.0
1
1.0.10
1
1.0.9
1

Package Sidebar

Install

npm i @jetbrains/mcp-proxy

Weekly Downloads

1,314

Version

1.8.0

License

none

Unpacked Size

22.4 kB

Total Files

4

Last publish

Collaborators

  • jetbrains-admin
  • kotlin
  • jetbrains-buildserver
  • allvo
  • bashor
  • skoch13