drio
Open app

Task API Server - MCP TypeScript Implementation

Source

A MCP Task Server

Catalog onlyCatalog onlySTDIO

Overview

Task API Server is a Model Context Protocol (MCP) implementation for a Task Management API written in TypeScript, serving as both a reference implementation and a functional task management server.

To use the Task API Server, clone the repository, install dependencies, set up your environment variables, and run the server in either STDIO or HTTP mode.

  • Task Management Operations: List, create, update, and delete tasks with extensive validation. - Dual Interface Modes: Supports both STDIO for CLI applications and HTTP+SSE for web access. - MCP Protocol Implementation: Complete implementation with error handling and informative messages. - Quality Assurance: Comprehensive test client for validation and automatic server shutdown after tests.
  1. Integrating task management into CLI-based applications.
  2. Building web applications that require task management functionalities.
  3. Creating AI agents that manage tasks through a standardized API.

Add to your AI client

Use these steps to connect Task API Server - MCP TypeScript Implementation in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "task-mcp-server-milkosten": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-task-mcp-server-milkosten"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "task-mcp-server-milkosten": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-task-mcp-server-milkosten"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "task-mcp-server-milkosten": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-task-mcp-server-milkosten"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "task-mcp-server-milkosten": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-task-mcp-server-milkosten"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "task-mcp-server-milkosten": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-task-mcp-server-milkosten"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "task-mcp-server-milkosten": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-task-mcp-server-milkosten"
      ]
    }
  }
}

FAQ

What are the prerequisites for running the Task API Server?

Node.js 16.x or higher and npm or pnpm package manager are required.

How do I run the server?

You can run the server in STDIO mode or HTTP mode using the provided npm scripts.

Is there a test suite available?

Yes, a comprehensive test suite is included to verify functionality.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":2233,"uuid":"7ca7ceaa-87ed-42f9-9736-032d07d7a4b3","name":"task-mcp-server","title":"Task API Server - MCP TypeScript Implementation","description":"A MCP Task Server","avatar_url":"https://avatars.githubusercontent.com/u/130887892?v=4","created_at":"2025-03-09T04:27:33.130Z","updated_at":"2025-03-12T10:20:34.518Z","status":"created","author_name":"milkosten","author_avatar_url":"https://avatars.githubusercontent.com/u/130887892?v=4","tags":"[]","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/milkosten/task-mcp-server","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"1\",\"license\":\"\",\"language\":\"JavaScript\",\"is_official\":false,\"latest_commit_time\":\"2025-03-07 06:56:05\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]