LastBlueTape for Grok
io.github.vulkanr/lastbluetape-mcp
Construction punch list management for AI agents. Create lists, add items, track progress.
client:Grok
transport:stdio
runtime:npm
Install LastBlueTape in Grok
.mcp.json (in your project root)
{
"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>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs