Celestial Position MCP ServerServer

Rkm1999
GitHub
astronomycelestial

Loading subscription status...

๐Ÿ’ก Description

A Model Context Protocol (MCP) server for Claude AI that provides tools for calculating celestial positions, sunrise/sunset times, and other astronomical data.

๐Ÿ“ JSON Entries

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

๐Ÿ› ๏ธ Tools

getCelestialDetailsgetCelestialPositionlistCelestialObjects

โšก Features

  • Calculates celestial object positions
  • Provides detailed information about celestial bodies
  • Lists available celestial objects

๐Ÿ’ฌ Example Queries

  • What is the current position of Jupiter in the sky viewed from Vancouver?
  • When does the moon rise and set today in Vancouver?
  • Show me a list of stars I can look up.