@lastbluetape/mcp-server
@lastbluetape/mcp-server
用于 LastBlueTape 的 MCP 服务端 — 一个针对建筑和装修项目的待办清单服务。该服务端允许 AI 助手创建清单、管理项目、跟踪进度以及与团队共享清单,所有操作均通过 LastBlueTape API 完成。
安装
npx @lastbluetape/mcp-serverRelated MCP server: Todoist MCP Server
配置
环境变量
变量 | 必需 | 描述 |
| 是 | 您的 API 密钥( |
| 否 | 用于自动升级清单的 Stripe 付款方式 ID( |
| 否 | API 基础 URL(默认: |
Claude Desktop
添加到您的 claude_desktop_config.json:
{
"mcpServers": {
"lastbluetape": {
"command": "npx",
"args": ["-y", "@lastbluetape/mcp-server"],
"env": {
"LASTBLUETAPE_API_KEY": "lbt_your_api_key_here"
}
}
}
}Claude Code
添加到您的 Claude Code MCP 设置:
{
"mcpServers": {
"lastbluetape": {
"command": "npx",
"args": ["-y", "@lastbluetape/mcp-server"],
"env": {
"LASTBLUETAPE_API_KEY": "lbt_your_api_key_here"
}
}
}
}可用工具
工具 | 描述 |
| 创建新的待办清单 |
| 列出与您的 API 密钥关联的所有清单 |
| 获取清单的详细信息和统计数据 |
| 列出清单中的所有项目 |
| 向清单添加新项目 |
| 更新项目的标题或描述 |
| 设置项目状态(open、in_progress、done) |
| 标记或取消标记项目以引起注意 |
| 获取清单的活动日志 |
| 将清单升级至 Pro 版(一次性支付 $4.99) |
定价
免费版:每清单 30 个项目,每个项目 2 张照片,有效期 90 天
Pro 版:每清单一次性支付 $4.99,无限制项目,无有效期
文档
完整 API 文档请访问 lastbluetape.com/docs
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceConnects AI assistants to JoeAPI construction management system, enabling management of clients, contacts, proposals, estimates, action items, project schedules, and financial data through natural language.1
- Alicense-qualityDmaintenanceEnables AI assistants to manage Todoist tasks, projects, comments, and labels through natural language commands. Provides complete CRUD operations securely via the Todoist REST API v2.Apache 2.0
- Alicense-qualityFmaintenanceEnables AI assistants to manage Todoist tasks, projects, sections, labels, and comments through natural language conversations, providing complete control over your productivity workflow via the Todoist API.277MIT
- FlicenseAqualityDmaintenanceConnects AI assistants to the Lanten property management API, allowing them to manage tenants, units, and work orders using natural language.1515
Related MCP Connectors
Construction takeoff and estimating for AI agents. Measure a drawing PDF, export a priced estimate.
Provides cloud browser automation capabilities using Stagehand and Browserbase, enabling LLMs to i…
Universal AI API Orchestrator — 1,554 tools, 96 services. One install.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/vulkanr/lastbluetape-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server