YouFlow MCP server

This is the API endpoint for connecting an AI assistant to YouFlow — not a website. The Model Context Protocol endpoint is:

https://mcp.kanban.youcodetech.com/mcp

Point your connector at that full URL, including the /mcp path. The bare domain will not work.

Add it in Claude (browser)

Settings → Connectors → Add custom connector, then paste this URL (you will be asked to sign in with a YouFlow Personal Access Token):

https://mcp.kanban.youcodetech.com/mcp

Add it in Claude Code (CLI)

claude mcp add --transport http youflow https://mcp.kanban.youcodetech.com/mcp \
  --header "Authorization: Bearer yfp_<your token>"