Skip to content
VS Code

unit converter ai mcp for VS Code

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

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

client:VS Code transport:stdio runtime:pypi

Install unit converter ai mcp in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

unit converter ai mcp in other clients