Claw
Freeby 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
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
Installation
Quick install
npx -y mcp-claw
Add to claude_desktop_config.json
{
"mcpServers": {
"claw": {
"command": "npx",
"args": ["-y", "mcp-claw"]
}
}
}