Skip to content
← Connect guides

Connect from Claude

Claude supports KundaliMCP as a custom connector with one-click OAuth — no API key copy-paste needed.

Claude.ai (web)

1

Open claude.ai → Settings → Connectors → Add custom connector.

2

Name: KundaliMCP. URL: https://mcp.kundalimcp.com/mcp.

3

Click Add. A browser tab opens for sign-in.

4

Sign in with GitHub or Google. Approve the consent screen.

5

You're connected. Start a Claude conversation and ask it to call any KundaliMCP tool — for example: “Compute my Vedic birth chart for January 1, 1990, 8:00 AM, Mumbai”.

Claude Desktop (config file)

For Claude Desktop on macOS or Windows, edit your config file:

{
  "mcpServers": {
    "kundalimcp": {
      "command": "npx",
      "args": [
        "-y", "mcp-remote",
        "https://mcp.kundalimcp.com/mcp"
      ]
    }
  }
}

The first tools/list call triggers the OAuth flow in your default browser. Restart Claude Desktop after editing the config.

Disconnecting

Visit your dashboard any time to revoke a connected app. Revocation takes effect within 60 seconds.

Prefer an API key? API key guide for CI / server-to-server use.