mcp units for Cursor
io.github.sellisd/mcp-units
An MCP server that provides some common units conversions for cooking
client:Cursor
transport:stdio
runtime:pypi
Install mcp units in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-units": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-units"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs