Odel
MarriageAstro

MarriageAstro

Local
@novaventures-aiTypeScriptUpdated 3w ago

Vedic Astrology MCP Server - birth charts, compatibility, and dosha analysis.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmmarriage-astro-mcpv1.0.2

Run

npx -y marriage-astro-mcp

MCP client config

{
  "mcpServers": {
    "marriageastro": {
      "command": "npx",
      "args": [
        "-y",
        "marriage-astro-mcp"
      ]
    }
  }
}