Agent♥︎Age
Catalog

AgentTasker MCP Server

Official

by S3bRR · Python

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

AgentTasker MCP Server is a minimal stdio-based MCP server for AI agents to run multiple tasks in parallel and receive structured results in one call. It operates with two tools, a local stdio transport, no third-party dependencies, and explicit dependency control, delivering compact JSON responses.

🛠️ Key Features

  • Two tools: execute and execute_batch
  • Stdio-only transport, no network daemon
  • Zero third-party runtime dependencies
  • explicit depends_on declarations
  • compact, model-friendly JSON responses

🚀 Use Cases

  • Parallel task execution for AI agents
  • Structured results in a single call
  • Lightweight MCP server for orchestration layers
  • Local, dependency-controlled task runs

⚡ Developer Benefits

  • Small, focused MCP server with clear tooling
  • Easy integration via standard IO
  • Predictable, minimal runtime footprint
  • Self-contained with explicit dependency management

⚠️ Limitations

  • Local stdio transport only (no network exposure)
  • Two tools only: execute and execute_batch
  • Minimal feature scope by design; not a full MCP suite