★ 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.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"experimental-ext-tas": {
"command": "npx",
"args": [
"-y",
"modelcontextprotocol/experimental-ext-tasks"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add experimental-ext-tas npx -y modelcontextprotocol/experimental-ext-tasks
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"experimental-ext-tas": {
"command": "npx",
"args": [
"-y",
"modelcontextprotocol/experimental-ext-tasks"
]
}
}
}
📋 Copy