What is the Celestrak MCP server?
CelesTrak MCP — satellite orbital elements (TLE / GP data) for any tracked object.
How to install Celestrak
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"celestrak": {
"url": "https://gateway.pipeworx.io/celestrak/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"celestrak": {
"serverUrl": "https://gateway.pipeworx.io/celestrak/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"celestrak": {
"type": "http",
"url": "https://gateway.pipeworx.io/celestrak/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"celestrak": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://gateway.pipeworx.io/celestrak/mcp"
]
}
}
}Claude Code
claude mcp add --transport http celestrak https://gateway.pipeworx.io/celestrak/mcp