← Index

LastBlueTape

io.github.vulkanr/lastbluetape-mcp·v1.0.1·Other
Quality Score
93
/100

Construction punch list management for AI agents. Create lists, add items, track progress.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "lastbluetape-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@lastbluetape/mcp-server"
      ],
      "env": {
        "LASTBLUETAPE_API_KEY": "<your-lastbluetape_api_key>",
        "LASTBLUETAPE_PAYMENT_METHOD": "<your-lastbluetape_payment_method>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "lastbluetape-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@lastbluetape/mcp-server"
      ],
      "env": {
        "LASTBLUETAPE_API_KEY": "<your-lastbluetape_api_key>",
        "LASTBLUETAPE_PAYMENT_METHOD": "<your-lastbluetape_payment_method>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @lastbluetape/mcp-server
§02  Environment variables
LASTBLUETAPE_API_KEY
requiredsecret

Your LastBlueTape API key for authentication (starts with lbt_)

LASTBLUETAPE_PAYMENT_METHOD
secret

Optional Stripe payment method ID (pm_xxx) for auto-upgrading lists to Pro

§03  MCP Quality Score  ·  methodology
freshness
23
completeness
20
installability
25
documentation
15
stability
10
§04  Alternatives in Other