Catalog
MCP
Officialby heyoden
Talk to your Oden AI todo and calendar account from Claude Code, Cursor, or any MCP client.
Access your Oden AI todo and calendar account from Claude, Cursor or other MCP clients.
README not available yet.
Install
Configuration
Environment variables
ODEN_API_KEYrequiredsecretOden API key (odn_live_*). Generate one in the Oden app at Settings → Developer → New key. Treat it like a password.
ODEN_API_URLOverride the Oden API base URL. Defaults to https://api.heyoden.com/v1. Most users do not need to set this.
claude_desktop_config.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@heyoden/mcp@1.0.3"
],
"env": {
"ODEN_API_KEY": "<YOUR_ODEN_API_KEY>",
"ODEN_API_URL": "<YOUR_ODEN_API_URL>"
}
}
}
}