mcp-tool-builder

hanweg/mcp-tool-builder
★ 25 stars Python 📦 Other Updated 1mo ago
MCP server that creates its own tools as needed
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-tool-builder": {
      "command": "uvx",
      "args": [
        "mcp-tool-builder"
      ]
    }
  }
}

Or install with pip: pip install mcp-tool-builder