Praison AI
About
AI Agents framework with 64+ built-in MCP tools for search, memory, workflows, code execution, and file operations. Install via `uvx praisonai-mcp`
Details
- Author
- mervinpraison
- Categories
- Developer Tools, AI, Automation, Search
Jump to
Setup
Install Praison AI in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/mervinpraison/praisonai-mcp
Follow the installation instructions in the repository README, then restart your MCP client.
An MCP server that exposesPraisonAIAI agents and tools for use with Claude Desktop, Cursor, VS Code, Windsurf, and other MCP clients.
- π€AI Agents as Tools- Run PraisonAI agents directly from MCP
- πWorkflow Orchestration- Multi-step agent workflows
- π οΈ64 Built-in Tools- Complete coverage of all PraisonAI features
- β‘Easy Setup- Works withuvxorpip install
# Using uvx (Recommended) uvx praisonai-mcp # Using pip pip install praisonai-mcp
Unified web search with automatic fallback across multiple providers:
Config file:~/Library/Application Support/Claude/claude_desktop_config.json(macOS)
{ "mcpServers": { "praisonai": { "command": "uvx", "args": ["praisonai-mcp"], "env": { "OPENAI_API_KEY": "your-openai-api-key", "TAVILY_API_KEY": "your-tavily-api-key" } } } }
{ "inputs": [ { "type": "promptString", "id": "openai-key", "description": "OpenAI API Key", "password": true } ], "servers": { "praisonai": { "command": "uvx", "args": ["praisonai-mcp"], "env": { "OPENAI_API_KEY": "${input:openai-key}" } } } }
{ "mcpServers": { "praisonai": { "command": "uvx", "args": ["praisonai-mcp"], "env": { "OPENAI_API_KEY": "your-openai-api-key" } } } }
Config file:~/.codeium/windsurf/mcp_config.json
{ "mcpServers": { "praisonai": { "command": "uvx", "args": ["praisonai-mcp"], "env": { "OPENAI_API_KEY": "your-openai-api-key" } } } }
Open Command Palette β "Cline: MCP Servers" β Add:
{ "mcpServers": { "praisonai": { "command": "uvx", "args": ["praisonai-mcp"], "env": { "OPENAI_API_KEY": "your-openai-api-key" } } } }
{ "experimental": { "modelContextProtocolServers": [ { "transport": { "type": "stdio", "command": "uvx", "args": ["praisonai-mcp"] } } ] } }
Config file:~/.config/zed/settings.json
{ "context_servers": { "praisonai": { "command": { "path": "uvx", "args": ["praisonai-mcp"] } } } }
claude mcp add praisonai -- uvx praisonai-mcp
python -m praisonai_mcp --sse --port 8080
- πDocumentation
- πPraisonAI
- π¦MCP Registry
This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.
Agent-native developer Q&A API with MCP + A2A endpoints for citations, job pickup, and answer submission.
Paid remote MCP for agent memory MCP, structured receipts, usage logs, and audit-ready evidence for agent and CI workflows.
MCP bridge that lets Claude Code delegate heavy tasks to the Antigravity CLI (agy) β purpose-built tools, model routing with fallback, session continuity, and output truncation to save Claude's context and tokens.
Embeds intelligent guidance into AI workflows to organize development and ensure quality.
Open-source AI coding stack β bundled MCP servers, agent runtime, and developer tooling for shipping AI-native dev tools.
Local agent workbench bundling OpenHands, Goose, Aider, and ashlrcode against one local LLM, with ashlr-plugin MCP servers pre-wired.
Async Parallel Antigravity for Codex & Claude Code
Run parallel, resumable, human-operable Antigravity CLI sessions from Codex, Claude Code, or any MCP-capable agent harness.
Adaptive error memory & code intelligence MCP server with Hebbian synapse network, cross-project learning, and auto-error detection
knowledge network for AI coding agents. Developers connect their agents to a shared pool of verified solutions β saving tokens, reducing debugging time, and getting better results. Solution authors earn when their work helps others.
Orchestrates multiple Claude Code agents across iTerm2 sessions, providing centralized management and inter-agent communication.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.


