Other formats agents might prefer:
markdownjsonllms.txt

Agent? You probably want markdown or json, or Pod over MCP.

Reported issues for mcp-server

Pod holds 12 of 12 problems reported by people outside the maintainer team. Issues filed by the project's own owners, members and collaborators are excluded entirely — a maintainer's release checklist is not a warning to a prospective user.

Back to mcp-server.

Most discussed

registry: the hosted OAuth MCP server (www.taskade.com/mcp) is absent from the registry entry — only the stdio npm package is listed

Correcting the premise first

An earlier recommendation said "Taskade is not in the MCP Registry — publish it, claiming com.taskade/* via DNS auth." That is wrong on both counts, and the negative result is recorded here so nobody repeats it:

  • Taskade is registered: io.github.taskade/mcp-server, versions 0.1.0 and 0.1.1, status: active, isLatest: true on 0.1.1, published 2026-06-27.
  • No DNS auth is needed. .github/workflows/publish-mcp-registry.yml already auth

Read the thread · 2026-08-25 · open · 1 comment

Bug: taskCreate fails with -32602 error — allOf schema validation incorrectly rejects content/contentType fields

When calling taskCreate via MCP, the tool returns "Unrecognized key(s): content, contentType" even though the tools/list schema shows these as required fields inside an allOf. The allOf combiner appears to be validating each sub-schema independently rather than merging them, causing valid inputs to be rejected. Steps to reproduce: Call taskCreate with {"content":"Test","contentType":"text/plain","placement":"beforeend","taskId":"null"} — returns error -32602.

Read the thread · 2026-05-15 · closed · external user · 1 comment

feat(templates): Expanded template tools — browse, preview, and create from 700+ Taskade templates

Summary

Expand MCP template tools to let AI assistants browse, search, and create projects from Taskade's library of 700+ templates spanning project management, engineering, marketing, HR, education, and more.

Proposed Tools

  • templateSearch — Search templates by category, keyword, or use case
  • templatePreview — Preview template structure before creating
  • templateCategoriesGet — List available template categories

Use Cases

  • "Show me all sprint planning templates"
  • "Create

Read the thread · 2026-02-13 · open · 1 comment

feat(search): Semantic search across projects, tasks, agents, and knowledge bases

Summary

Add MCP tools for searching across the entire Taskade workspace — projects, tasks, agent knowledge, media, and conversations.

Proposed Tools

  • searchProjects — Search projects by name, content, or tags
  • searchTasks — Search tasks across all projects
  • searchAgents — Find agents by name, role, or knowledge content
  • searchMedia — Search uploaded files and documents

Use Cases

  • "Find all tasks related to the product launch across all projects"
  • "Which agent has know

Read the thread · 2026-02-13 · open · 1 comment

feat(connectors): MCP connector library — Slack, Google Workspace, GitHub, Salesforce, and more

Summary

Build a library of MCP connectors that let AI assistants orchestrate Taskade alongside external services — Slack, Google Workspace, GitHub, Salesforce, HubSpot, Stripe, and more.

Priority Connectors

Connector Use Case
Slack Send task updates to channels, create tasks from messages
Google Workspace Sync tasks with Google Calendar, import docs as knowledge
GitHub Create tasks from issues, link PRs to projects
Salesforce Sync CRM

Read the thread · 2026-02-13 · closed · 1 comment

feat(automations): Workflow automation tools — create, enable, and manage flows via MCP

Summary

Add MCP tools for managing Taskade workflow automations — create flows, enable triggers, and monitor automation runs from any MCP client.

Proposed Tools

  • flowCreate — Create a new automation flow with triggers and actions
  • flowEnable / flowDisable — Enable or disable a flow
  • flowGet — Get flow details and status
  • flowRunsGet — List recent automation runs and their results
  • flowDelete — Delete a flow

Use Cases

  • "Create an automation that sends a Slack messa

Read the thread · 2026-02-13 · open · 1 comment

feat(agents): Agent chat via MCP — send messages and receive AI responses

Summary

Add MCP tools for interacting with Taskade AI agents in real-time — send messages and receive agent responses directly from Claude, Cursor, or any MCP client.

Proposed Tools

  • agentChatSend — Send a message to an AI agent and receive a response
  • agentChatHistory — Retrieve chat history for an agent conversation

Use Cases

  • Chat with a Taskade AI agent from Claude Desktop
  • Build multi-agent workflows where one AI orchestrates Taskade agents
  • Use Cursor to query a Task

Read the thread · 2026-02-13 · closed · 1 comment

enhance(mcp): deploy public MCP server at https://mcp.taskade.com for external clients

Filing for future @prevwong @lxcid

Per discussion, deploy a production-ready public MCP server at https://mcp.taskade.com to support external MCP-compatible clients (Claude, Cursor, etc.) with seamless access to Taskade's API via SSE/streamable HTTP and CLI. Will continue to iterate https://developers.taskade.com/ as well.


✅ Goals

  • Host official Taskade MCP server endpoint

  • Allow devs to plug in via URL or local config using Taskade Personal Access Token

  • Improve o

Read the thread · 2025-06-04 · closed · 1 comment

Most recent

release: npm publish blocked — configure Trusted Publisher (or fresh NPM_TOKEN) for both packages

What's broken

CI cannot publish to npm. @taskade/mcp-server@0.1.2 + @taskade/mcp-openapi-codegen@0.0.6 are versioned on main (#72) but not on npm — every Publish attempt fails E404 Not Found - PUT (npm's unauthorized-masked-as-404). Failing runs: 30353148350 (tokenless OIDC), 30353550115 (with NPM_TOKEN wired in via #73).

Root cause (verified)

  1. **npm OIDC t

Read the thread · 2026-07-28 · open · 0 comments

docs: Add integration guides for Windsurf, Cline, and other MCP clients

Summary

Add setup guides for connecting Taskade MCP to additional AI coding assistants and MCP clients beyond Claude Desktop and Cursor.

Proposed Guides

  • Windsurf — MCP configuration for Windsurf IDE
  • Cline — VS Code extension MCP setup
  • Continue — Open-source AI coding assistant
  • n8n — Workflow automation (guide exists, link from README)
  • Custom HTTP/SSE clients — Generic guide for any MCP-compatible client

Context

The MCP ecosystem is growing rapidly. Eac

Read the thread · 2026-02-13 · closed · 0 comments

feat(webhooks): Real-time event notifications via MCP resources

Summary

Add MCP resource subscriptions for real-time Taskade events — task completions, project updates, agent messages, and automation run results.

Proposed Resources

  • taskade://events/tasks — Subscribe to task create/update/complete/delete events
  • taskade://events/projects — Subscribe to project changes
  • taskade://events/agents — Subscribe to agent conversation events
  • taskade://events/automations — Subscribe to flow run results

Use Cases

  • Get notified in Claude Desk

Read the thread · 2026-02-13 · open · 0 comments

fix(ux): update internal taskade links via id

@prevwong examples:

Read the thread · 2025-05-28 · closed · 0 comments

The remaining reports are on the project's issue tracker.