Astronomical catalog data and observing session planner. 13,000+ objects from OpenNGC.
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).
Run
npx -y astronomy-oracle
MCP client config
{
"mcpServers": {
"astronomy-oracle": {
"command": "npx",
"args": [
"-y",
"astronomy-oracle"
]
}
}
}