weft-mcp
Weft MCP Server
从任何 MCP 客户端驱动你的 Weft Scrumban 看板——从对话中捕获任务,将工作从 Backlog → Todo → Doing → Done 推进,并规划限时冲刺,只需向你的 AI 提问。
Weft 是一款面向独立创始人和小型创业团队的 AI 优先 Scrumban 任务管理器。一个托管的 MCP 服务器意味着 Claude、ChatGPT、Cursor、Codex、Gemini CLI、Replit、Lovable、Windsurf、Cline 和 Zed 都能管理同一个看板——无需额外插件。
服务器
端点 |
|
传输 | Streamable HTTP (MCP 2025-11-25) |
认证 | OAuth 2.1 — 授权码 + PKCE,动态客户端注册(RFC 7591)。无需 API 密钥:首次使用时,浏览器窗口会打开,让你用 Weft 账户登录。 |
清单 | |
注册表 | 已在官方 MCP Registry 中以 |
免费账户一分钟即可创建:letsweft.com/sign-up — 包含 50 个任务。
Related MCP server: Bandwidth MCP Server
安装
Claude Code
claude mcp add --transport http weft https://letsweft.com/api/mcpCursor — 添加到 Cursor,或添加到 ~/.cursor/mcp.json:
{ "mcpServers": { "weft": { "url": "https://letsweft.com/api/mcp" } } }Replit — 添加到 Replit,或通过“集成” → “MCP Servers for Replit Agent” → “添加 MCP 服务器”。
ChatGPT — 已发布插件:插件 → 搜索 “Weft” → 连接。
Codex CLI
codex mcp add weft --transport http --url https://letsweft.com/api/mcpGemini CLI — 官方扩展:
gemini extensions install https://github.com/AndreiFinogeev/weft-gemini-extensionClaude Desktop / Lovable / Windsurf / Cline / Zed / 其他任何客户端 — 将
https://letsweft.com/api/mcp 添加为远程 MCP 服务器(自定义连接器),并
完成 OAuth。各客户端的逐步指南:letsweft.com/integrations。
工具 (32)
类别 | 工具 |
搜索 |
|
看板 |
|
任务 |
|
执行工作 |
|
询问人类 |
|
决策记忆 |
|
项目 |
|
冲刺 |
|
执行工作中的四个工具让这个看板成为面向智能体的看板,而不是一个带 API 的待办清单。start_task 通过租约认领(CLAIMS)一个任务,并返回 runId 和 leaseToken;report_progress 续订认领,因为一个在运行中途死掉的智能体无法报告任何内容,而沉默是看板唯一能得到的信号。complete_task 接受一份结构化回执——可供人核验的工件、认领记录、明确未完成的事项——当任务带有可机器核验的验证时,服务器会在卡片移入 Done 之前自行重新运行这些检查。
request_input 是另一半:只有本人能回答的问题会在其被提出的会话结束后继续存在,等待在他们的收件箱(网页或手机)中,然后回到提出该问题的客户端。
破坏性工具带有 MCP 安全注解;删除是安全的——trash_task 会让任务在 30 天内可恢复。完整参考:letsweft.com/docs/mcp-tools。
你可以问什么
"添加一个高优先级任务:修复不稳定的 CI 测试。"
"我现在在做什么?"
"将 auth 重构移到 Done。"
"启动一个为期一周、专注于落地页重新设计的冲刺。"
"把我的看板按项目组织起来。"
隐私与安全
你的看板是私密的:每个会话都通过 OAuth 限定在你的账户范围内,令牌按客户端分别签发。由 AI 创建的任务带有创建者归属信息,因此看板始终显示每张卡片是由谁(或什么)添加的。
支持
This server cannot be deployed
Maintenance
Related MCP Connectors
Official MCP server for Agentwork — delegate tasks to AI agents with human-in-the-loop
Official MCP server for subfeed.app — the cloud for agents. 15+ tools for AI agents to register, build, and deploy other agents. Zero human required. Start here: subfeed.app/skill.md
Nifty's MCP server — exposes tasks, projects, messages, and files as tools for AI agents.
- mcpOAuthnet.todoist
Official Todoist MCP server for AI assistants to manage tasks, projects, and workflows.
Related MCP Servers
- AlicenseAqualityDmaintenanceMCP server for is.team, enabling AI agents to interact with project boards, tasks, cards, sprints, integrations, and real-time notifications.10014 npm1MIT

Bandwidth MCP Serverofficial
FlicenseNot gradedqualityCmaintenanceOfficial MCP server for interacting with Bandwidth APIs (messaging, voice, number lookup, etc.) via AI agents. Supports configurable tool filtering and multiple deployment modes.2-- FlicenseCqualityDmaintenanceMCP server for the Zube.io project management API, exposing boards, cards, epics, tickets, sprints, and workspaces as tools for AI assistants.42-
- AlicenseNot gradedqualityBmaintenanceAgent-first project management MCP server that enables AI agents to manage tasks, spaces, lists, boards, subtasks, comments, and automations via natural language, with full audit trail and real-time sync.6,899 npmMIT