Skip to content
Windsurf

MaStR MCP Server for Windsurf

io.github.ulircs/mastr-mcp-server

MCP server for the German Marktstammdatenregister (MaStR) energy market register

client:Windsurf transport:stdio runtime:pypi

Install MaStR MCP Server in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "mastr-mcp-server": {
      "command": "uvx",
      "args": [
        "mastr-mcp-server"
      ],
      "env": {
        "MASTR_USER": "<MASTR_USER>",
        "MASTR_TOKEN": "<MASTR_TOKEN>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

MaStR MCP Server in other clients