★ 944 stars
JavaScript
💻 Code/Dev Tools
Updated 1mo ago
A model context protocol server to work with JetBrains IDEs: IntelliJ, PyCharm, WebStorm, etc. Also, works with Android Studio
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-jetbrains": {
"command": "npx",
"args": [
"-y",
"JetBrains/mcp-jetbrains"
]
}
}
}
Run in terminal:
claude mcp add mcp-jetbrains npx -y JetBrains/mcp-jetbrains
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-jetbrains": {
"command": "npx",
"args": [
"-y",
"JetBrains/mcp-jetbrains"
]
}
}
}
Topics
ideintellijjetbrainsmcpmcp-serverpycharm