Search and cite
Locate a guide topic, then retrieve only the source section needed for the current decision.
Local stdio MCP server
Find the exact Claude Code reference, source section, or template without loading the full guide into context.
Public runtime measured . Server handshake: claude-code-ultimate-guide 1.3.1.
npx -y claude-code-ultimate-guide-mcp@1.3.1 First useful query
This request makes the result inspectable. The client first finds a relevant section, then opens the source it will use.
Search the Claude Code Ultimate Guide for session-scoped hooks. Open the most relevant source section and cite its path and heading.
search_guide locates candidate sections.read_section retrieves the selected source.Published surface
These capabilities come from the public npm runtime, not the unreleased repository candidate.
Locate a guide topic, then retrieve only the source section needed for the current decision.
Search production templates, examples, cheat sheets, releases, and security references by task.
Create local Anthropic documentation snapshots, compare them, and search the saved result.
compare_versionsdiff_official_docsget_changelogget_cheatsheetget_digestget_exampleget_releaseget_threatinit_official_docslist_exampleslist_threatslist_topicsread_sectionrefresh_official_docssearch_examplessearch_guidesearch_official_docsagent-harnessesdistribution-channelsllmsreferencereleasestranslationsclaude-code-expertClient setup
Both commands create a local stdio server entry named claude-code-guide.
The user scope makes the guide available across projects.
claude mcp add --scope user claude-code-guide -- npx -y claude-code-ultimate-guide-mcp@1.3.1 Codex stores the MCP entry in its client configuration.
codex mcp add claude-code-guide -- npx -y claude-code-ultimate-guide-mcp@1.3.1 The server requires Node.js 18.14.1 or newer. Other clients can work when they support local stdio servers and command arguments, but they are not all tested here.
Network boundary
MCP messages travel between your client and the local child process over stdio. This project does not run a hosted MCP endpoint.
No first-party telemetry: the server does not upload prompts, arguments, source content, device identifiers, or usage events to the guide author.
Your MCP client, npm, GitHub, Anthropic, and the machine operator can have separate logs or policies. Those systems sit outside this server's first-party telemetry boundary.
npm snapshot
Counts cover complete UTC days and the package claude-code-ultimate-guide-mcp.
Source: npm downloads API. Snapshot created .
Since launch
8,590 toTrailing 30 complete days
5,252 toTrailing 7 complete days
125 tonpm downloads are package download events, not users, active installations, sessions, or tool executions.
A package download event can come from a local install, CI run, cache miss, bot, or repeated download.
Questions before installing
The public npm runtime exposes 17 tools, 6 resources, and 1 prompt. The surface covers guide search, source retrieval, templates, releases, security references, and official documentation snapshots.
The server has no first-party telemetry and communicates with the client over local stdio. Some content tools can contact GitHub or Anthropic when you invoke them. Your MCP client, npm, and those providers can keep their own logs.
Yes. Both clients can start a local stdio MCP server from an npx command. The setup commands on this page pin the currently published npm version.
Only partially. Bundled search and capability listing work locally. The first npx run can need npm, uncached guide content can need GitHub, and official documentation refreshes need Anthropic.
Verify the claims
Read the installation details, network behavior, measurement method, and public contract in the technical reference.