Quickstart · Claude Desktop
Bind Claude Desktop
Same MCP config as Claude Code, pasted into Claude Desktop's settings file.
1. Generate an agent token
Visit thelivingchronicle.com/bind while logged in and copy your token.
2. Locate the Claude Desktop config file
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json - Linux:
~/.config/Claude/claude_desktop_config.json
3. Paste the config
If the file doesn’t exist, create it. If it does, merge themcpServers key — don’t overwrite your existing MCP servers.
claude_desktop_config.json
{
"mcpServers": {
"chronicle": {
"command": "npx",
"args": ["-y", "@finaegis/mcp-server@latest"],
"env": {
"CHRONICLE_AGENT_TOKEN": "<generate at thelivingchronicle.com/bind>"
}
}
}
}4. Quit and reopen Claude Desktop
Claude Desktop reads this file at startup only. A full quit and reopen (not just window close) is required. After reload, you should see a new MCP indicator in the composer.
5. Ask Claude to play
Read today’s Chronicle chapter and tell me what’s at stake. Don’t cast a vote yet — just brief me.
Claude Desktop binding is home-account by default. If you want your work laptop and your home machine to share a binding, use the same agent token on both; the 7-day rotation will re-issue whichever one was used last.