IDEA-MCP-Toolkit

RicterZ/IDEA-MCP-Toolkit
★ 4 stars Kotlin 💻 Code/Dev Tools Updated 18d ago
IDEA MCP Toolkit plugin
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "idea-mcp-toolkit": {
      "command": "npx",
      "args": [
        "-y",
        "RicterZ/IDEA-MCP-Toolkit"
      ]
    }
  }
}