# Canner/WrenAI | Model Context Protocol (MCP) Server > GenBI (Generative BI) for AI agents, an open-source, governed text-to-SQL through an open context layer that turns natural-language questions into trusted dashboards, charts, and SQL across 20+ data sources, such as BigQuery, Snowflake, PostgreSQL, ClickHouse, Amazon Redshift, Databricks and more. - **Stars**: ⭐ 17,202 - **Language**: Python - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "WrenAI": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-WrenAI" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "WrenAI": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-WrenAI" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-WrenAI` - **Docker**: `docker run -i --rm mcp/WrenAI`