weft-mcp
Allows Replit Agent to connect to a Weft Scrumban board, enabling task capture, workflow management, and sprint planning from Replit.
Weft MCP Server
Drive your Weft Scrumban board from any MCP client — capture tasks from conversation, move work across Backlog → Todo → Doing → Done, and plan time-boxed sprints, just by asking your AI.
Weft is an AI-first Scrumban task manager for solo founders and small startup teams. One hosted MCP server means Claude, ChatGPT, Cursor, Codex, Gemini CLI, Replit, Lovable, Windsurf, Cline, and Zed can all manage the same board — no extra plugins needed.
Server
Endpoint |
|
Transport | Streamable HTTP (MCP 2025-11-25) |
Auth | OAuth 2.1 — Authorization Code + PKCE, dynamic client registration (RFC 7591). No API keys: a browser window opens to sign in with your Weft account on first use. |
Manifest | |
Registry | Published in the official MCP Registry as |
A free account takes a minute: letsweft.com/sign-up — 50 tasks included.
Related MCP server: Bandwidth MCP Server
Install
Claude Code
claude mcp add --transport http weft https://letsweft.com/api/mcpCursor — Add to Cursor, or add to ~/.cursor/mcp.json:
{ "mcpServers": { "weft": { "url": "https://letsweft.com/api/mcp" } } }Replit — Add to Replit, or Integrations → "MCP Servers for Replit Agent" → "Add MCP server".
ChatGPT — published plugin: Plugins → search "Weft" → Connect.
Codex CLI
codex mcp add weft --transport http --url https://letsweft.com/api/mcpGemini CLI — official extension:
gemini extensions install https://github.com/AndreiFinogeev/weft-gemini-extensionClaude Desktop / Lovable / Windsurf / Cline / Zed / anything else — add
https://letsweft.com/api/mcp as a remote MCP server (custom connector) and
complete OAuth. Per-client walkthroughs: letsweft.com/integrations.
Tools (32)
Category | Tools |
Search |
|
Board |
|
Tasks |
|
Doing the work |
|
Asking the human |
|
Memory of decisions |
|
Projects |
|
Sprints |
|
The four in Doing the work are the ones that make this a board for agents
rather than a to-do list with an API. start_task CLAIMS a task with a lease
and returns a runId and leaseToken; report_progress renews the claim,
because an agent that dies mid-run cannot report anything and silence is the
only signal the board has. complete_task takes a structured receipt —
artifacts a person can check, claims, what was explicitly NOT done — and when
the task carries machine-checkable verification, the server re-runs those
checks itself before the card moves to Done.
request_input is the other half: a question only the person can answer
survives the session it was asked in, waits in their Inbox (web or phone), and
comes back to whichever client asked.
Destructive tools carry MCP safety annotations; deleting is safe —
trash_task keeps tasks recoverable for 30 days. Full reference:
letsweft.com/docs/mcp-tools.
What you can ask
"Add a high-priority task: fix the flaky CI test."
"What am I working on right now?"
"Move the auth refactor to Done."
"Start a one-week sprint focused on the landing redesign."
"Organize my board into projects."
Privacy & security
Your board is private: every session is scoped to your account via OAuth, and tokens are issued per client. Tasks created by AI carry creator attribution, so the board always shows who (or what) added each card.
Support
Docs: letsweft.com/docs
Email: support@letsweft.com
Privacy: letsweft.com/privacy
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