MCP Directory
Back

ext-tasks

by modelcontextprotocol · TypeScript · ★ 8

Status: Experimental. This repository provides a reference for the tasks extensions to the MCP protocol, allowing for long-running operations, such as Agent communication, in MCP.

Install

npx -y github:modelcontextprotocol/ext-tasks

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "ext-tasks": {
      "command": "npx",
      "args": [
        "-y",
        "github:modelcontextprotocol/ext-tasks"
      ]
    }
  }
}

From the README

This repository is under development and is working towards implementing the changes described in [SEP-2663](https://github.com/modelcontextprotocol/modelcontextprotocol/pull/2663). For the latest status and discussion, see the pull request. > **⚠️ Experimental Extension** — This repository contains an **experimental** extension to the [Model Context Protocol](https://modelcontextprotocol.io). It is **not** an official extension and may change significantly or be discontinued. See the [Extensions specification](https://modelcontextprotocol.io/seps/2133-extensions) for details on the experimen…
Read full README on GitHub →

Related ai & ml servers