Odel
Claude Code Ultimate Guide

Claude Code Ultimate Guide

Local
@florianbruniaux5.9kPythonCC-BY-SA-4.0Updated 6 days ago

Search the Claude Code Ultimate Guide and machine-readable references from any MCP client.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmclaude-code-ultimate-guide-mcpv1.3.1

Run

npx -y claude-code-ultimate-guide-mcp

MCP client config

{
  "mcpServers": {
    "claude-code-ultimate-guide": {
      "command": "npx",
      "args": [
        "-y",
        "claude-code-ultimate-guide-mcp"
      ]
    }
  }
}