consult-llm-mcp

raine/consult-llm-mcp
★ 70 stars Rust 🤖 AI/LLM Updated 14d ago
MCP server for consulting powerful reasoning models in Claude Code
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": {
    "consult-llm-mcp": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "consult-llm-mcp"
      ]
    }
  }
}