Claude Code Ultimate Guide
Rank #232io.github.FlorianBruniaux/claude-code-guide
Search the Claude Code Ultimate Guide and machine-readable references from any MCP client.
Claude Code Ultimate Guide is a Model Context Protocol (MCP) server published by FlorianBruniaux. It ranks #232 of 131,708 servers tracked on MCP Toplist, and its repository has 6,009 GitHub stars. Claude Code Ultimate Guide is listed on Official MCP, with 1 tracked version. It was first listed on Apr 4, 2026 and most recently updated on Aug 31, 2026.
Ranks ahead of 131,476 of 131,708 servers on MCP Toplist.
Use Claude Code Ultimate Guide
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add claude-code-guide -- npx -y claude-code-ultimate-guide-mcp[mcp_servers.claude-code-guide]
command = "npx"
args = ["-y", "claude-code-ultimate-guide-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"claude-code-guide": {
"command": "npx",
"args": [
"-y",
"claude-code-ultimate-guide-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"claude-code-guide": {
"command": "npx",
"args": [
"-y",
"claude-code-ultimate-guide-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"claude-code-guide": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"claude-code-ultimate-guide-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"claude-code-guide": {
"command": "npx",
"args": [
"-y",
"claude-code-ultimate-guide-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"claude-code-guide": {
"command": "npx",
"args": [
"-y",
"claude-code-ultimate-guide-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.FlorianBruniaux%2Fclaude-code-guide)<a href="https://mcptoplist.com/server/io.github.FlorianBruniaux%2Fclaude-code-guide"><img src="https://mcptoplist.com/badge/io.github.FlorianBruniaux%2Fclaude-code-guide.svg" alt="MCP Toplist: Top 1% of 131,708" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
FlorianBruniaux
Other servers by FlorianBruniaux
View all FlorianBruniaux servers →Available versions (1)
| Version | Published |
|---|---|
| 1.3.1 | Aug 31, 2026 |
Frequently asked questions
- Who maintains Claude Code Ultimate Guide?
- Claude Code Ultimate Guide is maintained by FlorianBruniaux, which publishes 3 MCP servers (13 total versions) tracked on MCP Toplist.
- Is Claude Code Ultimate Guide listed on the Official MCP Registry?
- Yes — Claude Code Ultimate Guide is listed on the Official MCP Registry.
- How many versions does Claude Code Ultimate Guide have?
- MCP Toplist tracks 1 version of Claude Code Ultimate Guide, most recently published on Aug 31, 2026.
- Where can I find the source code for Claude Code Ultimate Guide?
- The source code for Claude Code Ultimate Guide is hosted at github.com/FlorianBruniaux/claude-code-ultimate-guide.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.