mcp-toolgen

noamski/mcp-toolgen
★ 2 stars Python 🗄️ Database Updated 10mo ago
A library to auto‑generate MCP tools specifications from GraphQL introspection or protocol‑buffer descriptor sets.
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-toolgen": {
      "command": "uvx",
      "args": [
        "mcp-toolgen"
      ]
    }
  }
}

Or install with pip: pip install mcp-toolgen