JetBrains MCP Plugin

v1.0.0Developer Toolsstable

JetBrains MCP Server Plugin

aimcp
Share:
129
Stars
0
Downloads
0
Weekly
0/5

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

Integrate MCP into JetBrains IDEs
Enable AI coding assistance in IDEs
Access MCP servers from JetBrains tools
JetBrains

Maintainer

LicenseApache-2.0
Languagekotlin
Versionv1.0.0
UpdatedMay 18, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx plugin

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

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
1

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.

2

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 build
3

Install 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.

4

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.

5

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.

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.

Quick Config Preview

{ "mcpServers": { "plugin": { "command": "npx", "args": ["-y", "plugin"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

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.

33,000+ ServersFree & Open SourceStep-by-Step Guides