drawing converter for Cursor
com.imnoo/drawing-converter
Metric ⇄ imperial for technical drawings: dimensions, tolerances, ISO fits, threads, roughness.
client:Cursor
transport:stdio
runtime:npm
Install drawing converter in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"drawing-converter": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"drawing-converter-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs