Skip to content
Windsurf

unit converter mcp for Windsurf

io.github.mrfentmen/unit-converter-mcp

Convert between units of length, weight, temperature, speed, and data size locally. No network...

client:Windsurf transport:stdio runtime:npm

Install unit converter mcp in Windsurf

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

{
  "mcpServers": {
    "unit-converter-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@mrfentmen/unit-converter-mcp"
      ]
    }
  }
}

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

unit converter mcp in other clients