Skip to content
Cursor

unit converter ai mcp for Cursor

io.github.csoai-org/unit-converter-ai-mcp

AI-powered unit converter ai MCP server for agents. Supports convert length, convert weight

client:Cursor transport:stdio runtime:pypi

Install unit converter ai mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "unit-converter-ai-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "unit-converter-ai-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

unit converter ai mcp in other clients