By Canner
Connect Claude to WrenAI — query data, generate SQL, build charts, and get business insights via MCP
Set up WrenAI MCP server connection. Detects Node.js, configures .mcp.json with stdio proxy, and verifies the connection. Triggers on 'connect to wrenai', 'setup wrenai mcp', 'connect mcp', or 'wrenai mcp setup'.
WrenAI data analyst — answers data questions like a senior analyst. Generates SQL, runs queries, builds charts, and provides business insights. Reads schema automatically so you never need to explain your data model. Use when asked to "analyze", "query", "chart", "visualize", "what are the top...", "how many...", "show me...", or any data/business intelligence question. Proactively suggest when the user asks about their data or business metrics. Requires WrenAI MCP connection (run /setup-wrenai-mcp first).
Connect AI agents to WrenAI — query your data, generate SQL, build charts, and get business insights using natural language.
AI Agent ←→ MCP ←→ WrenAI Server
├── get_project_metadata
├── ask (end-to-end Q&A)
├── generate_sql
├── run_sql
├── generate_chart (VegaSpec)
└── generate_summary
Add MCP connector + create skill. Auth is handled via OAuth.
Step 1 — Add MCP Connector:
Step 2 — Upload Skill:
web/claude/wrenai-analyst/SKILL.mdGenerate the skill files locally:
git clone https://github.com/canner/wrenai-mcp.git && cd wrenai-mcp && ./setup --host web
Clone the repo, run the installer, and install the skill plugin:
git clone https://github.com/canner/wrenai-mcp.git
cd wrenai-mcp
./install.sh
claude plugin marketplace add ./
claude plugin install wrenai-mcp
You'll need your MCP URL and API key from WrenAI → Settings → API.
Done. Restart Claude Code and try /wrenai-analyst tell me about my data
Add MCP connector + set up custom instructions. Auth is handled via OAuth.
Step 1 — Enable Developer Mode & Add MCP Connector:
wrenaihttps://app.getwren.ai/api/mcp/{your_project_id}Step 2 — Add Custom Instructions:
web/chatgpt/wrenai-analyst-skill.mdGenerate the skill content locally:
git clone https://github.com/canner/wrenai-mcp.git && cd wrenai-mcp && ./setup --host chatgptSee ChatGPT Developer Mode & MCP docs for details.
| Skill | Description |
|---|---|
setup-wrenai-mcp | One-time setup — connects your agent to a WrenAI instance |
wrenai-analyst | Data analyst — SQL, charts, insights from natural language |
| Platform | MCP Setup | Skill Setup | Steps |
|---|---|---|---|
| claude.ai | Connectors UI (OAuth) | Skills UI (paste content) | 2 |
| Claude Desktop | Integrations UI (OAuth) | Project Knowledge | 2 |
| Claude Code | ./install.sh (auto-configures stdio proxy + API key) | claude plugin marketplace add ./ + claude plugin install wrenai-mcp | 2 |
| ChatGPT | Developer Mode → Add MCP Connector | Custom Instructions (paste content) | 2 |
Let teammates use the skills without installing:
# For Claude Code — clone into project and configure .mcp.json
git clone https://github.com/canner/wrenai-mcp.git .claude/plugins/wrenai-mcp
# Then add the .mcp.json config as shown in section 3 above
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub canner/wrenai-mcp --plugin wrenai-mcpComprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Intelligent draw.io diagramming plugin with AI-powered diagram generation, multi-platform embedding (GitHub, Confluence, Azure DevOps, Notion, Teams, Harness), conditional formatting, live data binding, and MCP server integration for programmatic diagram creation and management.
Persistent file-based planning for AI coding agents. Crash-proof markdown plans (task_plan.md, findings.md, progress.md) that survive context loss and /clear, with an opt-in completion gate and multi-agent shared state. Manus-style. Works with Claude Code, Codex CLI, Cursor, Kiro, OpenCode and 60+ agents via the SKILL.md standard. Includes Arabic, German, Spanish, and Chinese (Simplified and Traditional).
Complete creative writing suite with 10 specialized agents covering the full writing process: research gathering, character development, story architecture, world-building, dialogue coaching, editing/review, outlining, content strategy, believability auditing, and prose style/voice analysis. Includes genre-specific guides, templates, and quality checklists.
Payload Development plugin - covers collections, fields, hooks, access control, plugins, and database adapters.