webiny-js (MCP Server)

GitHub

Open-source, self-hosted CMS platform on AWS serverless (Lambda, DynamoDB, S3). TypeScript framework with multi-tenancy, lifecycle hooks, GraphQL API, and AI-assisted development via MCP server. Built for developers at large organizations.

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "webiny-js": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-webiny-js"
      ]
    }
  }
}