unit converter mcp for Cursor
io.github.mrfentmen/unit-converter-mcp
Convert between units of length, weight, temperature, speed, and data size locally. No network...
client:Cursor
transport:stdio
runtime:npm
Install unit converter mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"unit-converter-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mrfentmen/unit-converter-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs