Connect from Kimi
Kimi CLI supports KundaliMCP with OAuth — one command to register, then call any tool from the terminal.
Kimi CLI
- 1Register the server with OAuth:
kimi mcp add --auth oauth --url https://mcp.kundalimcp.com/mcp- 2A browser tab opens — sign in with GitHub or Google and approve the consent screen.
- 3Call any tool directly from the terminal:
# List available tools
kimi mcp call kundalimcp tools/list '{}'
# Cast a chart
kimi mcp call kundalimcp compute_chart '{
"birth_datetime": "1990-01-15T08:00:00",
"latitude": 19.0760,
"longitude": 72.8777,
"school": "parashari",
"locale": "en"
}'Note
Kimi web (kimi.com) MCP support is less documented; the CLI is the confirmed integration path. Check the Kimi documentation for web connector availability updates.
Disconnecting
Visit your dashboard any time to revoke a connected app. Revocation takes effect within 60 seconds. From the CLI: kimi mcp remove kundalimcp.
Prefer an API key? API key guide for CI / server-to-server use.