kilter-mcp
An unofficial MCP server that lets your AI agent read and analyse your own Kilter Board logbook.
Add it to Kiro (or another MCP client), give it your Kilter login, and then just talk to the agent:
How did my last Kilter session go? What are my current projects at 30°? Compare my climbing at 20° and 40°. Show my grade pyramid. What are my hardest sends? Am I progressing?
Read-only. Nothing is written to your Kilter account.
Add to Kiro + Other Clients (Claude, Codex, Cursor etc.)
Click the button (Kiro shows a confirmation dialog first), then jump to step 3. Or do it by hand:
- Open your MCP config in Kiro: command palette → Kiro: Open user MCP config (JSON)
(or the workspace one,
.kiro/settings/mcp.json). - Add the server:
{
"mcpServers": {
"kilter": {
"command": "uvx",
"args": ["kilter-mcp"],
"env": {
"KILTER_USERNAME": "${KILTER_USERNAME}",
"KILTER_PASSWORD": "${KILTER_PASSWORD}"
},
"disabled": false,
"autoApprove": []
}
}
}
- Provide your Kilter credentials. Either:
- set
KILTER_USERNAMEandKILTER_PASSWORDas environment variables (Kiro expands${VAR}after you approve the variables in Settings → Mcp Approved Env Vars; see how to set them on macOS, Linux and Windows), or - replace the
${...}placeholders with the literal values. Only do this in the user config (~/.kiro/settings/mcp.json), never in a workspace config you might commit.
- set
- Save. Kiro starts the server and the
kilter_*tools appear. Ask away.
Requirements: uv installed (uvx comes with it). Python is
handled by uv.
Kiro CLI users can do the same with
kiro-cli mcp add --name kilter --scope global --command uvx --args kilter-mcp --env KILTER_USERNAME=... --env KILTER_PASSWORD=....
Other clients
kilter-mcp is a standard local MCP server, so it also works in Claude Desktop, Claude Code, Codex, Cursor, VS Code, Windsurf, Gemini CLI and Zed. Copy-paste configs for each are in docs/clients.md. (ChatGPT's chat interface only accepts remote HTTP servers, so it is not supported directly; details in the same document.)
Example questions
Show my latest Kilter session.
What did I climb last Saturday?
List my sends from this month at 40°.
What are my current projects?
Which projects have I put the most attempts into?
Show my grade pyramid at 30°.
What is my flash rate per grade?
What are my five hardest sends?
Compare my climbing at 20° and 30°.
How has my climbing progressed over the last six months?
Tools the agent gets
| Tool | What it returns |
|---|---|
kilter_get_logs |
Logbook entries (filter by limit, angle, topped, date range) |
kilter_get_sends |
Topped climbs, newest first |
kilter_get_projects |
Climbs attempted but never topped at that angle |
kilter_get_summary |
Totals, angles, date range, hardest send/flash, sends by grade |
kilter_get_grade_pyramid |
Sends per grade with flash rates |
kilter_get_hardest_sends |
Hardest unique sends |
kilter_get_sessions |
Entries grouped by day |
kilter_get_progression |
Month-by-month or week-by-week trend |
kilter_get_angle_stats |
Per-angle comparison |
All tools are read-only and only ever see the account whose credentials you configured.
How the data is interpreted
- One logbook entry is one climb at one wall angle on one date, with the number of tries in that entry. Re-logging a climb creates a new entry.
statusisflash(topped first try),send(topped) orattempt(not topped).- A project is a
(climb, angle)pair with attempts but no top at that angle. - Grades are Kilter's current consensus grade for the climb at that angle.
gradeis the V-scale andfont_gradethe Font scale; the rawdifficulty_id(1-39) is always included. The grade table is fetched from Kilter at startup with an embedded fallback.
Security and privacy
- Your username and password are only used to obtain an OAuth token from Kilter's login
server (
idp.kiltergrips.com). They never leave your machine otherwise. - Tokens are kept in memory for the life of the MCP process and are never written to disk.
- Credentials and tokens are never included in tool output, logs or error messages.
- The server makes requests only to
idp.kiltergrips.comandportal.kiltergrips.com. - Prefer the
${KILTER_PASSWORD}form so the password lives in your shell environment or secret manager rather than in a JSON file.
Disclaimer
kilter-mcp is an unofficial community project and is not affiliated with or endorsed by Kilter Grips. It talks to the same endpoints the Kilter app uses; these are not a documented public API and may change or stop working at any time. Kilter's Terms of Use restrict access to their services outside the official apps; use this project at your own discretion, only with your own account, and keep request volume low (the server fetches your logbook once per tool call).
Contributing
Issues and pull requests are welcome. See CONTRIBUTING.md for the
development setup (git clone, uv sync, uv run pytest), architecture notes, and how to
add a tool.
License
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file kilter_mcp-0.1.0.tar.gz.
File metadata
- Download URL: kilter_mcp-0.1.0.tar.gz
- Upload date:
- Size: 104.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a653ed6271d26c8595d2c6af27f2110898d3c18419f1a9d22d2012512f21b93d
|
|
| MD5 |
7277734dace04fc03752433ac01b3b1c
|
|
| BLAKE2b-256 |
a346501a117cd4b6bfd04f0c5a8689f799f9140079770b723f5dc23b6259bca6
|
Provenance
The following attestation bundles were made for kilter_mcp-0.1.0.tar.gz:
Publisher:
release.yml on wmmg101/kilter-mcp
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
kilter_mcp-0.1.0.tar.gz -
Subject digest:
a653ed6271d26c8595d2c6af27f2110898d3c18419f1a9d22d2012512f21b93d - Sigstore transparency entry: 2858822242
- Sigstore integration time:
-
Permalink:
wmmg101/kilter-mcp@1de3cb470426f8b80134e43bcfd77df87bdb6023 -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/wmmg101
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@1de3cb470426f8b80134e43bcfd77df87bdb6023 -
Trigger Event:
push
-
Statement type:
File details
Details for the file kilter_mcp-0.1.0-py3-none-any.whl.
File metadata
- Download URL: kilter_mcp-0.1.0-py3-none-any.whl
- Upload date:
- Size: 21.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
86c6ba9fec706b8c49e02791cbcf0aee9dff4af5ab4ea782b7482fa087938069
|
|
| MD5 |
6cda53aee999fe81380497e8cf35c701
|
|
| BLAKE2b-256 |
5e1842cac3291f68978f71d50cf8db388f9e7102693ae07900379d9fe9366614
|
Provenance
The following attestation bundles were made for kilter_mcp-0.1.0-py3-none-any.whl:
Publisher:
release.yml on wmmg101/kilter-mcp
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
kilter_mcp-0.1.0-py3-none-any.whl -
Subject digest:
86c6ba9fec706b8c49e02791cbcf0aee9dff4af5ab4ea782b7482fa087938069 - Sigstore transparency entry: 2858822289
- Sigstore integration time:
-
Permalink:
wmmg101/kilter-mcp@1de3cb470426f8b80134e43bcfd77df87bdb6023 -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/wmmg101
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@1de3cb470426f8b80134e43bcfd77df87bdb6023 -
Trigger Event:
push
-
Statement type: