MCP Directory
Back

mcp-jetbrains

by JetBrains · JavaScript · ★ 951

A model context protocol server to work with JetBrains IDEs: IntelliJ, PyCharm, WebStorm, etc. Also, works with Android Studio

#ide#intellij#jetbrains#mcp#mcp-server#pycharm

Install

npx -y github:JetBrains/mcp-jetbrains

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-jetbrains": {
      "command": "npx",
      "args": [
        "-y",
        "github:JetBrains/mcp-jetbrains"
      ]
    }
  }
}

From the README

[](https://github.com/JetBrains#jetbrains-on-github) **This repository is no longer maintained.** The core functionality has been integrated into all IntelliJ-based IDEs since version 2025.2. The built-in functionality works with SSE and JVM-based proxy (for STDIO) so this NPM package is no longer required. **Migration:** Please refer to the [official documentation](https://www.jetbrains.com/help/idea/mcp-server.html) for details on using the built-in functionality. **Issues & Support:** For bugs or feature requests related to the built-in MCP functionality, please use the [JetBrains YouTra…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related developer tools servers