Cooragent is an MCP server for creating and managing AI agents. It provides tools for agent collaboration, task delegation, and multi-agent orchestration. It connects to various AI models and APIs, allowing developers to build complex workflows with multiple agents working together. Ideal for developers building multi-agent systems, automating workflows, or creating AI-powered applications.
Cooragent is an MCP server for creating and managing AI agents. It provides tools for agent collaboration, task delegation, and multi-agent orchestration. It connects to various AI models and APIs, allowing developers to build complex workflows with multiple agents working together. Ideal for developers building multi-agent systems, automating workflows, or creating AI-powered applications.
pip install cooragentAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"leaplabthu-cooragent-github": {
"command": "uvx",
"args": [
"pip install cooragent"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from cooragent?"
API Key Required
This server requires an API key from cooragent. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| COORAGENT_API_KEY | Yes | Your cooragent API key |
"What resources are available in cooragent?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in cooragent"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in cooragent with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
See what tools in your stack can connect to AI.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.