mcpbeat Sign in

LastBlueTape MCP Server

local only

LastBlueTape runs on your own machine — the client starts it, so there is no endpoint to ping. 23 installs a week from npm. Last commit 27 Feb 2026.

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

Installs per day peak 8 · avg 3 · +100% w/w
a month agotoday
23
Installs / week
npm · @lastbluetape/mcp-server
0
Stars
0 open issues
27 Feb 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check LastBlueTape every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add lastbluetape-mcp -- npx -y @lastbluetape/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "lastbluetape-mcp": {
      "args": [
        "-y",
        "@lastbluetape/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.lastbluetape-mcp]
command = "npx"
args = ["-y", "@lastbluetape/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "lastbluetape-mcp": {
      "args": [
        "-y",
        "@lastbluetape/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "lastbluetape-mcp": {
      "args": [
        "-y",
        "@lastbluetape/mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: LASTBLUETAPE_API_KEY (Your LastBlueTape API key for authentication (starts with lbt_)), LASTBLUETAPE_PAYMENT_METHOD (Optional Stripe payment method ID (pm_xxx) for auto-upgrading lists to Pro). The author declared them in the registry entry; get the values from the project itself.

Alternatives to LastBlueTape

same job, measured the same way
GetItDone
by nowgetitdone

AI-native task management: list, create, update and archive tasks with rich context for AI agents

answering
Geztio Platform
by geztio

Construction cost & project management: APU analysis, budgets, price lists, site execution.

answering
Clawwork
by gammell53

AI agent project management — task boards, progress tracking, and cost reporting.

36 installs/wk local only
Formio MCP
by form

Create and manage Form.io forms, resources, actions, roles, and projects from your AI agent.

205 installs/wk local only
Crunchyroll
by markswendsen-code

MCP server for Crunchyroll anime streaming - search anime, manage watchlist, track viewing progress

38 installs/wk local only
Plate
by plate

Minimal project management for teams and AI agents.

28 tools answering
SVGApp
by xyz3r

Create consistent mascot assets and animations for products through AI agents.

answering
Mifactory Payments
by mifactory-bot

Stripe payments for AI agents. Create links, verify, manage customers.

4 tools answering

LastBlueTape — questions

Answers built from our own checks of this server.

Why is there no uptime for LastBlueTape?
LastBlueTape runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @lastbluetape/mcp-server was installed 23 times last week.
How do I connect LastBlueTape?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @lastbluetape/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use LastBlueTape?
The npm package @lastbluetape/mcp-server was installed 23 times in the last week. Week over week that is +100%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is LastBlueTape open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.