mcp-tools

clerk/mcp-tools
★ 35 stars TypeScript 💻 Code/Dev Tools Updated 25d ago
Tools for building modern & secure MCP integrations across the client and server side
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-tools": {
      "command": "npx",
      "args": [
        "-y",
        "clerk/mcp-tools"
      ]
    }
  }
}