Skip to content
Cursor

PraisonAI for Cursor

io.github.mervinpraison/praisonai

AI Agents Framework with Self Reflection and MCP support

client:Cursor transport:stdio runtime:pypi

Install PraisonAI in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "praisonai": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "praisonai"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

PraisonAI in other clients