OpenTakeoff for VS Code
io.github.kentucky-ai/opentakeoff
Construction takeoff for AI agents: load plans, set scale, measure, count, export with provenance.
client:VS Code
transport:stdio
runtime:npm
Install OpenTakeoff in VS Code
.vscode/mcp.json
{
"servers": {
"opentakeoff": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"opentakeoff-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs