JetBrains MCP Plugin
JetBrains MCP Server Plugin
What is JetBrains MCP Plugin?
JetBrains MCP Plugin is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to jetbrains mcp server plugin
JetBrains MCP Server Plugin
This server falls under the Developer Tools category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- JetBrains MCP Server Plugin
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx pluginConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use JetBrains MCP Plugin
The JetBrains MCP Server Plugin was an official JetBrains plugin that enabled LLMs to interact with JetBrains IDEs (IntelliJ IDEA, WebStorm, PyCharm, etc.) via the Model Context Protocol. It exposed IDE capabilities—such as file navigation, code editing, and project inspection—as MCP tools callable by AI assistants. Note that this plugin is now deprecated: its functionality has been integrated directly into all IntelliJ-based IDEs starting with version 2025.2, so no separate plugin installation is required on modern versions.
Prerequisites
- A JetBrains IDE (IntelliJ IDEA, WebStorm, PyCharm, etc.) version 2024.x or earlier (for the plugin); 2025.2+ has built-in MCP support
- JetBrains MCP Proxy installed (github.com/JetBrains/mcpProxy) for older IDE versions
- An MCP-compatible AI client such as Claude Desktop
- Java/Kotlin development knowledge if implementing custom MCP tool extensions
Check your IDE version
If you are using IntelliJ-based IDEs version 2025.2 or later, MCP support is built in and no plugin is needed. Refer to the official JetBrains MCP documentation instead.
Install the MCP Proxy (for IDE versions before 2025.2)
For older IDE versions, clone and set up the JetBrains MCP Proxy, which routes MCP requests between AI clients and the IDE plugin.
git clone https://github.com/JetBrains/mcpProxy.git
cd mcpProxy
npm install
npm run buildInstall the plugin in your JetBrains IDE
In your JetBrains IDE, go to Settings > Plugins > Marketplace, search for 'MCP Server', and install the JetBrains MCP Server Plugin. Restart the IDE after installation.
Configure Claude Desktop to use the MCP Proxy
Add the MCP Proxy to your Claude Desktop configuration so Claude can communicate with your JetBrains IDE.
Verify the connection
Open your JetBrains IDE with a project, then ask Claude to perform an IDE action. The plugin exposes the project context to the LLM through the proxy.
JetBrains MCP Plugin Examples
Client configuration
Configure Claude Desktop to use the JetBrains MCP Proxy, which bridges Claude to your running JetBrains IDE instance.
{
"mcpServers": {
"jetbrains": {
"command": "node",
"args": ["/path/to/mcpProxy/build/index.js"],
"env": {}
}
}
}Prompts to try
With the JetBrains MCP plugin connected, use these prompts to interact with your IDE through Claude.
- "Open the file src/main/App.kt in the editor"
- "Show me all files in the current project"
- "What errors are currently shown in the Problems tab?"
- "Find all usages of the 'UserService' class in this project"
- "What is the current structure of the open file?"Troubleshooting JetBrains MCP Plugin
Plugin not working on JetBrains IDE 2025.2 or later
This plugin is deprecated and no longer maintained. IntelliJ-based IDEs 2025.2+ have native MCP support built in. See the official documentation at jetbrains.com/help/idea/mcp-server.html for setup instructions.
MCP Proxy cannot connect to the IDE
Ensure the JetBrains IDE is running with an open project before starting Claude Desktop. The plugin starts its local server when the IDE loads. Check that the proxy is connecting to the correct local port that the plugin advertises.
Custom tools not appearing in Claude
Custom tools are implemented via the plugin's extension point system. Refer to the demo plugin at github.com/MaXal/mcpExtensionPlugin for a working example. Tool names must be lowercase with optional underscores and follow the Response class conventions.
Frequently Asked Questions about JetBrains MCP Plugin
What is JetBrains MCP Plugin?
JetBrains MCP Plugin is a Model Context Protocol (MCP) server that jetbrains mcp server plugin It connects AI assistants to external tools and data sources through a standardized interface.
How do I install JetBrains MCP Plugin?
Follow the installation instructions on the JetBrains MCP Plugin GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with JetBrains MCP Plugin?
JetBrains MCP Plugin works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is JetBrains MCP Plugin free to use?
Yes, JetBrains MCP Plugin is open source and available under the Apache-2.0 license. You can use it freely in both personal and commercial projects.
JetBrains MCP Plugin Alternatives — Similar Developer Tools Servers
Looking for alternatives to JetBrains MCP Plugin? Here are other popular developer tools servers you can use with Claude, Cursor, and VS Code.
Ecc
★ 188.2kThe agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
Javaguide
★ 155.8kJava 面试 & 后端通用面试指南,覆盖计算机基础、数据库、分布式、高并发、系统设计与 AI 应用开发
Gemini CLI
★ 104.5kA secure MCP server that wraps the Google Gemini CLI, allowing clients to query Gemini models using local OAuth sessions without requiring an API key. It provides tools for model interaction and diagnostics with built-in protection against command in
Awesome MCP Servers
★ 87.3k⭐ Curated list of Model Context Protocol (MCP) servers - tools that extend Claude Desktop, Cursor, Windsurf, and other MCP clients with custom capabilities.
MCP Servers
★ 86.0kModel Context Protocol Servers
CC Switch
★ 77.5kA cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Gemini CLI & Hermes Agent. Only official website: ccswitch.io
Browse More Developer Tools MCP Servers
Explore all developer tools servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up JetBrains MCP Plugin in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use JetBrains MCP Plugin?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.