mcp-stargazing

StarGazer1995/mcp-stargazing
★ 0 stars Python AI/LLM Updated today
An MCP server that provides real-time astronomical data, smart stargazing planning, and light pollution analysis for AI agents.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-stargazing": {
      "command": "uvx",
      "args": [
        "mcp-stargazing"
      ]
    }
  }
}

Or install with pip: pip install mcp-stargazing

README Excerpt

Calculate the altitude, rise, and set times of celestial objects (Sun, Moon, planets, stars, and deep-space objects) for any location on Earth, with optional light pollution analysis. - **Altitude/Azimuth Calculation**: Get elevation and compass direction for any celestial object. - **Rise/Set Times**: Determine when objects appear/disappear above the horizon.

Tools (1)

CONFIGURATION_ERROR