MCP server
JetBrains IDE MCP Server
Lets an external agent read and edit code inside a running JetBrains IDE.
Add it to your client
OfficialInstall
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.
Similar MCP servers
GitHub MCP Server
MCP serverGitHub's own server for repos, issues, pull requests and workflow runs
Developer ToolsVersion Control & Repos
Context7
MCP serverPulls current, version-matched library documentation into the model's context.
Developer Tools
Temporal Knowledge Base MCP
MCP serverAnswers Temporal questions from the docs, courses and community archives
Developer Tools
Comments(0)
Sign in to comment