A Model Context Protocol (MCP) server that acts as a proxy to integrate JetBrains IDEs (IntelliJ, PyCharm, WebStorm, Android Studio) with MCP clients, enabling AI tools to interact with the IDE's context.
JetBrainsIDEIntelliJPyCharmWebStormAndroid Studiodevelopmentcontext
Installation & Configuration
{
"mcpServers": {
"jetbrains": {
"command": "npx",
"args": [
"-y",
"@jetbrains/mcp-proxy"
]
}
}
}Information
Transport
stdio
Language
JavaScript
Created
2024/12/9
Updated
2026/6/8