Loading MCP server directory, please wait...
Search, analyze and manage events on OpenAgenda.
npx @getmcp/cli add com.openagenda/mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
OA_API_KEYOpenAgenda API key (the stdio credential — a least-privilege/read key is advised). The hosted remote uses OAuth instead.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"com.openagenda/mcp": {
"command": "npx",
"args": [
"-y",
"@openagenda/mcp"
],
"env": {
"OA_API_KEY": "",
"OA_BASE_URL": "",
"OA_EXECUTOR": "",
"OA_LOCAL_NO_SANDBOX": ""
}
}
}
}