For organisers
Set up the competition by describing it.
Kür can be connected to Claude or ChatGPT. The assistant creates the competition, categories and judges' panel — on your Mac, without a detour via the internet, and without you touching a form.
How it works
You say what you need
In Claude Desktop, Claude Code or ChatGPT Desktop — a normal sentence, no commands, no syntax.
The Kür bridge translates
A small program that already ships with the Kür App. It talks to the AI program via stdio — a local process, no network, no server —, checks your licence and lets only permitted actions through.
Kür creates it
Competitions and categories, entries and start list, all in the data backup. Check as usual under Management → Set up.
Nothing goes to the internet, nothing is uploaded — everything stays on your computer.
Limits
The assistant may
- Create competitions, categories and judges' panels
- Set up an entire competition in one go — master data, categories, judges' panel, entries, start list
- Enter gymnasts, generate the start list after the entry deadline
- Fill the event page and — on your instruction — publish it
- Create forms on the event page and open or close their submissions
- View the status: competitions, entries, forms, online registration
The assistant may not
- neverDelete anything
- neverEnter, change or release scores
- neverTouch files or settings on your computer
- neverRead judge access codes (QR codes) or upload posters
No tool of this kind is built in — it is not a setting that could be switched.
Set-up
once, two minutes
1 — Copy the configuration
{
"mcpServers": {
"kuer": {
"command": "/Applications/Kür.app/Contents/Resources/kuer-mcp.sh"
}
}
}Requirement: Kür is in the Applications folder and has been started at least once.
2 — Enter it in the program — one of these routes is enough, then restart
In the AI chat: + → Connectors → switch on kuer. The connector then appears above the input field.
The entry only needs to be made once — after that the program recognises Kür at every start.
If the connector is off, the AI sees nothing of Kür. You can switch it off and on at any time.
Claude Desktop
- Settings → Developer → Edit configuration
- File empty or
{}? Insert everything. Otherwise add only the"kuer"entry, with a comma before it — and never create a second"mcpServers"block. - Restart — “kuer” appears below the input field.
Claude Code
claude mcp add kuer -- /Applications/Kür.app/Contents/Resources/kuer-mcp.sh
Or the same configuration as .mcp.json in the project folder. Check with /mcp.
ChatGPT Desktop
- Open the MCP servers in the settings (Codex uses the same configuration)
- Add a local server of type
stdio, with the same path as the command - Restart. Only the desktop app reaches local programs — connectors in developer mode accept HTTPS servers only.
If it gets stuck
“not started yet” — open the Kür App once, then the connection is there.
“not activated” — activate with email and licence key first.
Duplicate names — Kür refuses, the assistant asks you.
Remove access — delete the "kuer" entry and restart the assistant.