Loading MCP server directory, please wait...
AI-native scheduling: check availability, book meetings, cancel and reschedule via MCP
npx @getmcp/cli add dev.astrocal/mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
ASTROCAL_API_KEYYour Astrocal API key (get one at https://astrocal.dev/dashboard/api-keys)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"dev.astrocal/mcp-server": {
"command": "npx",
"args": [
"-y",
"@astrocal/mcp-server"
],
"env": {
"ASTROCAL_API_KEY": "",
"ASTROCAL_API_URL": "",
"ASTROCAL_DEFAULT_EVENT_TYPE_ID": ""
}
}
}
}