LastBlueTape for Cursor
io.github.vulkanr/lastbluetape-mcp
Construction punch list management for AI agents. Create lists, add items, track progress.
client:Cursor
transport:stdio
runtime:npm
Install LastBlueTape in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"lastbluetape-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@lastbluetape/mcp-server"
],
"env": {
"LASTBLUETAPE_API_KEY": "<LASTBLUETAPE_API_KEY>",
"LASTBLUETAPE_PAYMENT_METHOD": "<LASTBLUETAPE_PAYMENT_METHOD>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs