Loading languages...
CE

CelestialMCP

@Rkm19991

A Model Context Protocol (MCP) server designed for AI assistants like Claude. It provides tools to access astronomical data, such as celestial object positions, rise/set times, visibility, and catalog information.

astronomy
celestial
stars
planets
deep sky objects
claude
ai assistant

# mcpServer Config

{
  "mcpServers": {
    "CelestialMCP": {
      "command": "node",
      "args": [
        "/absolute/path/to/your/CelestialMCP/project/dist/index.js"
      ]
    }
  }
}

# stdio

node dist/index.js
Transport:
stdio
Language:
TypeScript
Created:4/17/2025
Updated:5/24/2025