Skip to content
Claude Desktop

logbook mcp for Claude Desktop

io.github.cocaxcode/logbook-mcp

Developer logbook MCP server. Notes, TODOs, standups, decisions, debug sessions, reminders.

client:Claude Desktop transport:stdio runtime:npm

Install logbook mcp in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "logbook-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@cocaxcode/logbook-mcp"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

logbook mcp in other clients