astrodynamics-mcp for Cursor
io.github.astro-tools/astrodynamics-mcp
Astrodynamics MCP server: TLE/SGP4, Lambert, access windows, porkchop, B-plane targeting.
client:Cursor
transport:stdio
runtime:pypi
Install astrodynamics-mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"astrodynamics-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"astrodynamics-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs