jpl-mcp-server

rjones5757/jpl-mcp-server
★ 0 stars Python 🗄️ Database Updated today
Initial JPL MCP server created for the template database creation and retrieval system.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

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

Or install with pip: pip install jpl-mcp-server