Connects Celery distributed task queues with the Model Context Protocol, enabling advanced task management and AI integration.
Celery MCP is a Python library designed to bridge Celery distributed task queues with the Model Context Protocol (MCP). It provides a robust connector, allowing developers to seamlessly integrate Celery's powerful asynchronous task execution capabilities into MCP-enabled systems. A key aspect is its included MCP server, which exposes Celery functionality as a set of tools, making it possible for Large Language Models (LLMs) to interact with, manage, and monitor distributed tasks, workers, and queues programmatically, enhancing automation and intelligent control over background processes.