diff --git a/README.md b/README.md index 3b44983..0629886 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