Logbook MCP
Rank #44,201io.github.cocaxcode/logbook-mcp
MCP server providing logbook-mcp capabilities
Logbook MCP is a Model Context Protocol (MCP) server published by cocaxcode. It ranks #44,201 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Logbook MCP is listed across 2 registries — Official MCP and mcp.so, with 2 tracked versions. It was first listed on Mar 19, 2026 and most recently updated on Mar 25, 2026.
Ranks ahead of 71,390 of 115,591 servers on MCP Toplist.
Use Logbook MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add logbook-mcp -- npx -y @cocaxcode/logbook-mcp[mcp_servers.logbook-mcp]
command = "npx"
args = ["-y", "@cocaxcode/logbook-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"logbook-mcp": {
"command": "npx",
"args": [
"-y",
"@cocaxcode/logbook-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"logbook-mcp": {
"command": "npx",
"args": [
"-y",
"@cocaxcode/logbook-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"logbook-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@cocaxcode/logbook-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"logbook-mcp": {
"command": "npx",
"args": [
"-y",
"@cocaxcode/logbook-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"logbook-mcp": {
"command": "npx",
"args": [
"-y",
"@cocaxcode/logbook-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.cocaxcode%2Flogbook-mcp)<a href="https://mcptoplist.com/server/io.github.cocaxcode%2Flogbook-mcp"><img src="https://mcptoplist.com/badge/io.github.cocaxcode%2Flogbook-mcp.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
cocaxcode
Other servers by cocaxcode
- Database MCP#18,872 · 3 vers
- Api Testing MCP#19,655 · 3 vers
- Ai Context Inspector#39,451 · 3 vers
- Devflow MCP#44,200 · 2 vers
Available versions (2)
| Version | Published |
|---|---|
| 0.8.11 | Mar 25, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Logbook MCP?
- Logbook MCP is maintained by cocaxcode, which publishes 5 MCP servers (13 total versions) tracked on MCP Toplist.
- Is Logbook MCP listed on the Official MCP Registry?
- Yes — Logbook MCP is listed on the Official MCP Registry, alongside mcp.so.
- How many versions does Logbook MCP have?
- MCP Toplist tracks 2 versions of Logbook MCP, most recently published on Mar 25, 2026.
- Where can I find the source code for Logbook MCP?
- The source code for Logbook MCP is hosted at github.com/cocaxcode/logbook-mcp.