From 2dd292a30bdc418dcf081bca7f39d267d26130c4 Mon Sep 17 00:00:00 2001 From: johnxie Date: Fri, 5 Jun 2026 04:08:35 -0700 Subject: [PATCH] =?UTF-8?q?docs:=20lead=20with=20Taskade's=20story=20?= =?UTF-8?q?=E2=80=94=20demote=20n8n,=20add=20table=20of=20contents?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Drop n8n from the headline tagline (n8n is a converging competitor in automations/Genesis); feature VS Code instead. - Remove the dedicated 'n8n Automation Integration' section and its dead ./N8N_WORKFLOW_GUIDE.md link (the 'connect Taskade to 400+ apps via n8n' framing positioned Taskade as a spoke of a competitor's hub). - De-brand the HTTP/SSE section header from 'for n8n' to 'remote & custom clients'. - Add a Table of Contents (444-line README) for navigation + anchor SEO. n8n compatibility is unchanged (examples/n8n-taskade-mcp-workflow.json kept; HTTP mode still works for any HTTP MCP client) — this is editorial positioning only. Note: glama.json was NOT enriched — its schema only permits 'maintainers'. --- README.md | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 1dca624..b86a937 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # Taskade MCP Server -**Connect [Taskade](https://www.taskade.com) to any AI assistant — Claude, Cursor, Windsurf, n8n, and more — via the [Model Context Protocol](https://modelcontextprotocol.io/).** +**Connect [Taskade](https://www.taskade.com) to any AI assistant — Claude, Cursor, Windsurf, VS Code, and more — via the [Model Context Protocol](https://modelcontextprotocol.io/).** [![npm](https://img.shields.io/npm/v/@taskade/mcp-server?style=flat-square&color=FF2D60)](https://www.npmjs.com/package/@taskade/mcp-server) [![GitHub stars](https://img.shields.io/github/stars/taskade/mcp?style=flat-square)](https://github.com/taskade/mcp) @@ -17,6 +17,22 @@ --- +## Contents + +- [Demo](#demo) +- [Quick Start](#quick-start) +- [Tools (57)](#tools-57) +- [Why Taskade MCP?](#why-taskade-mcp) +- [Agent Recipes](#agent-recipes) +- [Use Cases](#use-cases) +- [OpenAPI Codegen](#openapi-codegen) +- [What is Taskade?](#what-is-taskade) +- [Roadmap](#roadmap) +- [Contributing](#contributing) +- [License](#license) + +--- + ## Demo MCP-powered Taskade agent running inside Claude Desktop by Anthropic: @@ -72,7 +88,7 @@ Add to your Cursor MCP settings: } ``` -### 4. HTTP / SSE Mode (for n8n, custom clients) +### 4. HTTP / SSE Mode (remote & custom clients) ```bash TASKADE_API_KEY=your-api-key npx @taskade/mcp-server --http @@ -362,10 +378,6 @@ Automate project creation from templates: - "Create 5 new client onboarding projects from the Client Template" - "Copy the Sprint Retrospective project for this week" -### n8n Automation Integration - -Connect Taskade to 400+ apps via n8n workflows. See the [n8n Integration Guide](./N8N_WORKFLOW_GUIDE.md) for setup instructions. - --- ## OpenAPI Codegen