Back to MCP Servers

Jetbrains Index Mcp Plugin

A JetBrains IDE plugin that exposes an MCP server, enabling AI coding assistants to leverage the IDE's indexing and refactoring capabilities (rename, safe delete, find references, call hierarchy, type hierarchy, diagnostics and more).

developer-toolsairag

Installation

npx -y jetbrains-index-mcp-plugin

Configuration

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

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub