PraisonAI is a production-ready Multi AI Agents framework, designed to create AI Agents to automate and solve problems ranging from simple tasks to complex challenges. It provides a low-code solution to streamline the building and management of multi-agent LLM systems, emphasising simplicity, customisation, and effective human-agent collaboration.
PraisonAI is a production-ready Multi AI Agents framework, designed to create AI Agents to automate and solve problems ranging from simple tasks to complex challenges. It provides a low-code solution to streamline the building and management of multi-agent LLM systems, emphasising simplicity, customisation, and effective human-agent collaboration.
pip install PraisonAIAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"mervinpraison-praisonai-github": {
"command": "uvx",
"args": [
"pip install PraisonAI"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from PraisonAI?"
API Key Required
This server requires an API key from PraisonAI. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| PRAISONAI_API_KEY | Yes | Your PraisonAI API key |
"What resources are available in PraisonAI?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in PraisonAI"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in PraisonAI with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.