Agent♥︎Age
Catalog

AgentTasker MCP Server

Official

by S3bRR · Python

Minimal stdio MCP server for parallel task execution by AI agents.

AgentTasker MCP Server (io.github.S3bRR/agent-tasker-mcp)

The AgentTasker MCP server is a minimal stdio-only Model Context Protocol (MCP) server for AI agents. It enables parallel task execution and returns structured results back in one call. The server is intentionally narrow, focusing on running multiple tasks quickly.

🛠️ Key Features

  • Provides two tools: execute and execute_batch
  • Uses local stdio transport only
  • Returns compact, model-friendly JSON responses
  • Supports explicit dependency control with depends_on
  • Zero third-party runtime dependencies

🚀 Use Cases

  • Parallel execution of multiple tasks for AI agents
  • Fetching structured outputs in a single call from batched execution

⚡ Developer Benefits

  • Narrow tool surface area (execute, execute_batch)
  • Predictable response format via compact JSON
  • Dependency-aware execution through depends_on

⚠️ Limitations

  • Limited to stdio transport
  • Only includes execute and execute_batch tools