J

jetbrainsMCPProxy

Created Oct 19, 2025 by MaXal

Language:

JavaScript

Stars:

2

Forks:

2

README

JetBrains MCP Proxy Server

The server proxies requests from client to JetBrains IDE since MCP only supports CLI interactions.

Prerequisites

  1. Tested on macOS
  2. brew install node pnpm
  3. Run pnpm build to 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": [
        "/dist/src/index.js"
      ],
      "env": {
        "IDE_PORT": ""
      }
    }
  }
}
Last updated: Oct 19, 2025

Publisher info

MaXal's avatar

MaXal

Tech Lead in IntelliJ Platform QA Automation

JetBrains
Augsburg
17
followers
2
following
42
repos

More MCP servers built with JavaScript

React

The library for web and native user interfaces.

By facebook 242.4K
Three.js

JavaScript 3D Library.

By mrdoob 110.5K
Axios

Promise based HTTP client for the browser and node.js

By axios 108.5K