OpenTakeoff for Cursor
io.github.kentucky-ai/opentakeoff
Construction takeoff for AI agents: load plans, set scale, measure, count, export with provenance.
client:Cursor
transport:stdio
runtime:npm
Install OpenTakeoff in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"opentakeoff": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"opentakeoff-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs