Skip to content

Conversation

@MervinPraison
Copy link

Summary

Add PraisonAI MCP Server to the "🎖️ Official Integrations" section.

About PraisonAI MCP Server

Features

PraisonAI MCP Server exposes AI agent tools for Claude Desktop, Cursor, and other MCP clients:

  • Built-in Tools: Web search, calculations, file operations, Python execution
  • Transports: stdio (Claude Desktop) and SSE (web clients)
  • Extensible: Add custom Python functions as MCP tools
  • 100+ Tools: Access to PraisonAI's extensive tool library

Installation

# Using uvx
uvx praisonai-mcp

# Using pip
pip install praisonai-mcp

Claude Desktop Configuration

{
  "mcpServers": {
    "praisonai": {
      "command": "uvx",
      "args": ["praisonai-mcp"]
    }
  }
}

Why Official Integration?

  1. Dedicated MCP Server repo - https://github.com/MervinPraison/praisonai-mcp
  2. Already in MCP Registry - Published at io.github.MervinPraison/praisonai
  3. Production-ready - Used by thousands of developers
  4. Active maintenance - Regular releases and updates

PraisonAI MCP Server - AI Agents framework with 100+ built-in tools.

- GitHub: https://github.com/MervinPraison/praisonai-mcp
- PyPI: praisonai-mcp
- MCP Registry: io.github.MervinPraison/praisonai
- Documentation: https://docs.praison.ai/mcp

Features:
- Built-in tools: search, calculate, file operations, Python execution
- Support for stdio and SSE transports
- Easy integration with Claude Desktop and Cursor
- Extensible with custom tools
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant