mcpbeat Sign in

Kilter Board Logbook MCP Server

local only

Kilter Board Logbook runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 16 Sep 2026.

Read-only access to your Kilter Board logbook: sessions, sends, projects and grade stats

Installs / week
pypi · kilter-mcp
1
Stars
0 open issues
16 Sep 2026
Last commit
no recent releases
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Kilter Board Logbook every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add kilter-mcp -- uvx kilter-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "kilter-mcp": {
      "args": [
        "kilter-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.kilter-mcp]
command = "uvx"
args = ["kilter-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "kilter-mcp": {
      "args": [
        "kilter-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "kilter-mcp": {
      "args": [
        "kilter-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: KILTER_USERNAME (Kilter Board account username or email), KILTER_PASSWORD (Kilter Board account password), KILTER_TIMEZONE (IANA timezone for grouping climbs into days (default: host timezone)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Kilter Board Logbook

same job, measured the same way
ValYou
by getvalyou

Read-only access to your net worth, wealth percentile, projections, splits and budget.

answering
Guidelines
by guidelines

Read-only access to your Guidelines brands: colors, fonts, logos and Guide pages as markdown.

answering
PumpX
by pumpx

Read-only access to your PumpX workout log: sessions, lift history, PRs, routines, measurements.

answering
Brickway
by brickway

Read-only access to your Brickway LEGO and alt-brick collection: sets, builds, figures, catalog.

answering
LibreLink Up (CGM)
by mcp-dir

Glucose readings from your LibreLink Up sensor: graph, logbook, stats and summaries (read-only). Sec

16 tools answering
ReputeMap
by reputemap

Read and filter your Google Business Profile reviews, get stats, and send review requests.

23 installs/wk 7 tools answering
Orquesta
by getorquesta

Read a project's prompts, logs and agents, and send new work to the agent on your own machines.

answering
C
Googleapis
by googleapis-container

Provides read access to your GKE and Kubernetes resources.

23 tools answering

Kilter Board Logbook — questions

Answers built from our own checks of this server.

Why is there no uptime for Kilter Board Logbook?
Kilter Board Logbook runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package kilter-mcp.
How do I connect Kilter Board Logbook?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls kilter-mcp straight from pypi; nothing to host, nothing to sign up for.
Is Kilter Board Logbook open source?
Yes — it is published under the MIT licence, written in Python and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.