pipeworx-io/mcp-spacex
MCP server for SpaceX — launches, rockets, crew, and Starlink satellite data
Platform-specific configuration:
{
"mcpServers": {
"mcp-spacex": {
"command": "npx",
"args": [
"-y",
"mcp-spacex"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
MCP server for SpaceX data. Get launch info, rocket specs, crew members, and Starlink satellite tracking via the SpaceX API v4 — free, no API key required.
Part of the Pipeworx open MCP gateway.
| Tool | Description | |------|-------------| | get_latest_launch | Get the most recent SpaceX launch | | get_next_launch | Get the next upcoming SpaceX launch | | get_past_launches | Get recent past launches sorted by date | | get_rockets | List all SpaceX rockets with specs | | get_crew | List SpaceX crew members | | get_starlink | Get Starlink satellite info |
{
"mcpServers": {
"spacex": {
"command": "npx",
"args": ["-y", "mcp-remote@latest", "https://gateway.pipeworx.io/spacex/mcp"]
}
}
}Or use the CLI:
npx pipeworx use spacexMIT
Loading reviews...