ext-tasks

modelcontextprotocol/ext-tasks
★ 6 stars TypeScript 💻 Code/Dev Tools Updated today
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.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

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

README Excerpt

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 [Extension