Skip to content

Claw

Free

by MCP Community

AI-powered MCP server generator. Turn any API (folder, URL, OpenAPI spec) into a working MCP server.

v0.1.60Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Claw MCP Server

AI-powered MCP server generator. Turn any API (folder, URL, OpenAPI spec) into a working MCP server.

Installation

npx -y mcp-claw

Reviews

Leave a Review

Installation

Quick install
npx -y mcp-claw
Add to claude_desktop_config.json
{
  "mcpServers": {
    "claw": {
      "command": "npx",
      "args": ["-y", "mcp-claw"]
    }
  }
}