setup-wrenai-mcp

Configure WrenAI MCP servers by writing .mcp.json and validating connections.

5|2|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/Canner/WrenAI-mcp --skill setup-wrenai-mcp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-wrenai-mcp
Source: https://github.com/Canner/WrenAI-mcp/tree/main/skills/setup-wrenai-mcp
Command: npx skills add https://github.com/Canner/WrenAI-mcp --skill setup-wrenai-mcp

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Connects a project to a WrenAI MCP server to enable data querying, SQL generation, and insights across data sources.

Core Features & Use Cases

  • Auto-detects Node.js version >= 20 to ensure the stdio proxy runs reliably.
  • Writes or merges the .mcp.json configuration to register MCP servers without overwriting existing entries.
  • Validates the MCP connection and provides clear next steps for reloading or restarting tools.

Quick Start

Run the installation steps to register the wrenai-mcp skill and connect to your MCP.

Frequently Asked Questions about setup-wrenai-mcp

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure an MCP server connection for Claude CLI or ChatGPT?

The setup validates the MCP connection by writing or merging the .mcp.json configuration file and locating the stdio proxy. It ensures Node.js >= 20 is available and provides clear next steps for reloading or restarting your tools.

Do I need Node.js to connect to a WrenAI MCP server?

Yes, Node.js version 20 or higher is required. The setup auto-detects your Node.js version to ensure the stdio proxy runs reliably before writing or merging the .mcp.json configuration for WrenAI MCP.

What is the .mcp.json file used for during MCP server setup?

The .mcp.json file registers MCP servers in your project. The setup writes or merges this configuration to connect WrenAI without overwriting existing entries, then validates the connection for data querying and SQL generation.

Can I set up WrenAI MCP without overwriting my existing configuration?

Yes, the setup merges the new WrenAI server entry into your existing .mcp.json file without overwriting current settings. It then validates the connection and provides steps for reloading your tools.

Why does my MCP configuration fail to validate after setup?

MCP validation may fail if Node.js is below version 20 or the stdio proxy is missing. The setup detects your environment, writes .mcp.json, and provides clear next steps to reload or restart tools to fix connection issues.