Skip to content
Grok

astrodynamics-mcp for Grok

io.github.astro-tools/astrodynamics-mcp

Astrodynamics MCP server: TLE/SGP4, Lambert, access windows, porkchop, B-plane targeting.

client:Grok transport:stdio runtime:pypi

Install astrodynamics-mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "astrodynamics-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "astrodynamics-mcp"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

astrodynamics-mcp in other clients