
ISS Tracker
Supports UIby jasonmakes801
Live International Space Station tracker that renders a real-time map inside Claude Desktop.
What it does
Provides a visual, real-time tracking map of the International Space Station (ISS) directly within the chat interface. It calculates the distance between the user's current IP-based location and the station, displaying both on an interactive Leaflet map.
Key features
- Live ISS position tracking with directional travel indicators.
- Automatic user geolocation via IP to show relative distance.
- Integrated interactive map rendering using MCP Apps.
- Real-time data fetching from the where the iss at API.
Installation
- Claude Desktop: Add to
claude_desktop_config.json:
{
"mcpServers": {
"iss-tracker": {
"command": "/path/to/bun",
"args": ["/path/to/iss-tracker/dist/index.js", "--stdio"]
}
}
}
Supported hosts
Confirmed for Claude Desktop.
Quick install
bun install && bun run buildInformation
- Pricing
- free
- Published
- 4/27/2026
- stars







