MCP.so
Sign In
Servers

Polarsteps

@remuzel

An unofficial Polarsteps MCP Server enabling models to interact with the Polarsteps API.

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "polarsteps": {
      "command": "uvx",
      "args": [
        "--from",
        "git+https://github.com/remuzel/polarsteps-mcp",
        "polarsteps-mcp"
      ],
      "env": {
        "POLARSTEPS_REMEMBER_TOKEN": "<YOUR_TOKEN>"
      }
    }
  }
}

More from Other