Skip to main content
Glama

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

https://letsweft.com/api/mcp

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

/.well-known/mcp.json

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/mcp

CursorAdd to Cursor, or add to ~/.cursor/mcp.json:

{ "mcpServers": { "weft": { "url": "https://letsweft.com/api/mcp" } } }

ReplitAdd 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/mcp

Gemini CLI — official extension:

gemini extensions install https://github.com/AndreiFinogeev/weft-gemini-extension

Claude 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 (24)

Category

Tools

Search

search, fetch

Board

initialize_board, get_board_state, list_columns

Tasks

list_tasks, create_task, update_task, move_task, start_task, complete_task, trash_task, restore_task, archive_done_tasks

Projects

list_projects, create_project, update_project

Sprints

list_sprints, get_active_sprint, create_sprint, start_sprint, complete_sprint, add_task_to_sprint, remove_task_from_sprint

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

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Related MCP Servers

  • F
    license
    -
    quality
    B
    maintenance
    Official MCP server for interacting with Bandwidth APIs (messaging, voice, number lookup, etc.) via AI agents. Supports configurable tool filtering and multiple deployment modes.
    Last updated
    1
  • F
    license
    C
    quality
    D
    maintenance
    MCP server for the Zube.io project management API, exposing boards, cards, epics, tickets, sprints, and workspaces as tools for AI assistants.
    Last updated
    42
  • A
    license
    -
    quality
    C
    maintenance
    Agent-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.
    Last updated
    8,489
    MIT

View all related MCP servers

Related MCP Connectors

  • Official MCP server for Lovable, the AI-powered full-stack app builder.

  • Official MCP server for Qase — manage test cases, runs, suites, defects via AI tools.

  • Official remote MCP server for Archivist AI TTRPG campaign memory: characters, sessions, and more.

View all MCP Connectors

Latest Blog Posts

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/AndreiFinogeev/weft-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server