Skip to content
VS Code

ephemeris mcp for VS Code

io.github.scottchronicity/ephemeris-mcp

Precision astronomical ephemeris and planetary positions via the Swiss Ephemeris.

client:VS Code transport:stdio runtime:pypi

Install ephemeris mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "ephemeris-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "ephemeris-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

ephemeris mcp in other clients