Skip to content
Grok

PensionPro for Grok

io.github.douglaslinsmeyer/pension-pro-mcp

MCP server for the PensionPro pension administration REST API.

client:Grok transport:stdio runtime:pypi

Install PensionPro in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "pension-pro-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "pension-pro-mcp"
      ],
      "env": {
        "PENSION_PRO_API_KEY": "<PENSION_PRO_API_KEY>",
        "PENSION_PRO_USERNAME": "<PENSION_PRO_USERNAME>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

PensionPro in other clients