mcpbeat Sign in

Boardsesh Climbing Logbook MCP Server

local only

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

Read-only access to your Boardsesh logbook across Kilter, Tension, MoonBoard and more

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

Nothing serious here today

Today is the operative word: we check Boardsesh Climbing 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 boardsesh-mcp -- uvx boardsesh-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "boardsesh-mcp": {
      "args": [
        "boardsesh-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.boardsesh-mcp]
command = "uvx"
args = ["boardsesh-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "boardsesh-mcp": {
      "args": [
        "boardsesh-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "boardsesh-mcp": {
      "args": [
        "boardsesh-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: BOARDSESH_USER (Your Boardsesh display name or user id. No password needed.), BOARDSESH_EMAIL (Optional: Boardsesh account email, to unlock recommendations, search and the hold heatmap), BOARDSESH_PASSWORD (Optional: Boardsesh account password, used once to obtain a token), BOARDSESH_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 Boardsesh Climbing Logbook

same job, measured the same way
Kilter Board Logbook
by wmmg101

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

local only
Filter Solutions Ltd Public Technical Content
by co-filtersolutions

Read-only MCP access to Filter Solutions Ltd public filtration and oil monitoring content.

3 tools answering
Guidelines
by guidelines

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

answering
Brickway
by brickway

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

answering
Recolx MCP
by uzqw

Read-only access to your Recolx recordings, transcripts and templates (stdio)

33 installs/wk local only
Consequential Analytics
by consequential

Read-only access to your Consequential eCommerce marketing analytics and attribution data.

answering
Afromorphism
by sarabalawson

Read-only access to S. Araba Lawson's Afromorphism essays, glossary, books, and site.

5 tools answering
Thoughts
by thoughtbox-api

An MCP server that provides read access to your cloud storage providers, bank accounts and more.

answering

Boardsesh Climbing Logbook — questions

Answers built from our own checks of this server.

Why is there no uptime for Boardsesh Climbing Logbook?
Boardsesh Climbing 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 boardsesh-mcp.
How do I connect Boardsesh Climbing 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 boardsesh-mcp straight from pypi; nothing to host, nothing to sign up for.
Is Boardsesh Climbing Logbook open source?
Yes — it is published under the MIT licence, written in Python and 0 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.