PluginBench
MCP Server

Exoplanet Archive MCP Server

io.github.pipeworx-io/exoplanet-archive

What is the Exoplanet Archive MCP server?

NASA Exoplanet Archive — ~5600 confirmed exoplanets + candidates

How to install Exoplanet Archive

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "exoplanet-archive": {
      "url": "https://gateway.pipeworx.io/exoplanet-archive/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "exoplanet-archive": {
      "serverUrl": "https://gateway.pipeworx.io/exoplanet-archive/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "exoplanet-archive": {
      "type": "http",
      "url": "https://gateway.pipeworx.io/exoplanet-archive/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "exoplanet-archive": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://gateway.pipeworx.io/exoplanet-archive/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http exoplanet-archive https://gateway.pipeworx.io/exoplanet-archive/mcp

Related MCP servers

Abgeordnetenwatch MCP — German federal & state parliament data.

View repository →

Australian Bureau of Statistics (ABS) Data API MCP.

View repository →

AbuseIPDB MCP — wraps AbuseIPDB v2 API (api.abuseipdb.com/api/v2)

View repository →

ACLED MCP — Armed Conflict Location & Event Data Project

View repository →