Skip to content

Ai

Free

by MCP Community

AI utilities and MCP server definitions

v0.1.18Added Apr 12, 2026
aimcp
Works with:ClaudeGPTGeminiCopilot

Ai MCP Server

AI utilities and MCP server definitions

Installation

npx -y @wener/ai

Reviews

Leave a Review

Installation

Quick install
npx -y @wener/ai
Add to claude_desktop_config.json
{
  "mcpServers": {
    "ai": {
      "command": "npx",
      "args": ["-y", "@wener/ai"]
    }
  }
}