Ccboot MCP Server
Rank #6,400io.github.RCOLKITT/ccboot-mcp-server
MCP server providing ccboot-server capabilities
Ccboot MCP Server is a Model Context Protocol (MCP) server published by RCOLKITT. It ranks #6,400 of 115,460 servers tracked on MCP Toplist, and its repository has 15 GitHub stars. Ccboot MCP Server is listed on Official MCP, with 2 tracked versions. It was first listed on Mar 8, 2026 and most recently updated on Mar 8, 2026.
Ranks ahead of 109,060 of 115,460 servers on MCP Toplist.
Use Ccboot MCP Server
claude mcp add ccboot-mcp-server -- npx -y ccboot-mcp-server[mcp_servers.ccboot-mcp-server]
command = "npx"
args = ["-y", "ccboot-mcp-server"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"ccboot-mcp-server": {
"command": "npx",
"args": [
"-y",
"ccboot-mcp-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"ccboot-mcp-server": {
"command": "npx",
"args": [
"-y",
"ccboot-mcp-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"ccboot-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ccboot-mcp-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"ccboot-mcp-server": {
"command": "npx",
"args": [
"-y",
"ccboot-mcp-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"ccboot-mcp-server": {
"command": "npx",
"args": [
"-y",
"ccboot-mcp-server"
]
}
}
}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.RCOLKITT%2Fccboot-mcp-server)<a href="https://mcptoplist.com/server/io.github.RCOLKITT%2Fccboot-mcp-server"><img src="https://mcptoplist.com/badge/io.github.RCOLKITT%2Fccboot-mcp-server.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
RCOLKITT
Other servers by RCOLKITT
- Vasperamemory#2,926 · 2 vers
- AccountingQB-MCP#4,952 · 7 vers
- VasperaPM#44,850 · 3 vers
- Hardening MCP Server#45,362 · 2 vers
- Candidcost#60,424 · 1 ver
- Rebar MCP#87,704
Available versions (2)
| Version | Published |
|---|---|
| 1.0.1 | Mar 8, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Ccboot MCP Server?
- Ccboot MCP Server is maintained by RCOLKITT, which publishes 7 MCP servers (17 total versions) tracked on MCP Toplist.
- Is Ccboot MCP Server listed on the Official MCP Registry?
- Yes — Ccboot MCP Server is listed on the Official MCP Registry.
- How many versions does Ccboot MCP Server have?
- MCP Toplist tracks 2 versions of Ccboot MCP Server, most recently published on Mar 8, 2026.
- Where can I find the source code for Ccboot MCP Server?
- The source code for Ccboot MCP Server is hosted at github.com/RCOLKITT/ClaudeCode-Boot-MCP.