experimental-ext-tasks

modelcontextprotocol/experimental-ext-tasks
★ 0 stars Unknown language 🤖 AI/LLM 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 →

Quick Install

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

Add to claude_desktop_config.json:

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