Skip to content
ai101.tools
navigateopenescclose
Claude+372Whisper+228LangChain+168Codex+223NotebookLM+276DALL-E 3+192DeepL+249n8n+208Topaz Video AI+153LlamaIndex+161
JetBrains IDE MCP Server logo
MCP server

JetBrains IDE MCP Server

Lets an external agent read and edit code inside a running JetBrains IDE.

0
SaveVisit website ↗

Add it to your client

Official
Install
npx -y @jetbrains/mcp-proxy
mcpServers
{
  "mcpServers": {
    "jetbrains-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@jetbrains/mcp-proxy"
      ]
    }
  }
}
Transport
both
Runtime
JVM (IDE eklentisi)
License
Apache-2.0

The server connects an assistant to an open IntelliJ-family IDE, so it sees the file in the editor, applies edits, searches the project and reuses the IDE's own indexes instead of plain text scanning. Since the 2025.2 releases it ships inside the IDEs themselves and the standalone plugin repository is no longer maintained. Clients that only speak stdio connect through a small Node proxy.

Comments(0)

Sign in to comment

No comments yet — be the first.

Similar MCP servers

Report this comment

Why are you reporting this?