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
By hechtcarmel
Installation
npx -y jetbrains-index-mcp-pluginConfiguration
{
"mcpServers": {
"jetbrains-index-mcp-plugin": {
"command": "npx",
"args": ["-y", "jetbrains-index-mcp-plugin"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes