FastMCP-Tool-Generator

ANSH-RIYAL/FastMCP-Tool-Generator
★ 1 stars Unknown language Code/Dev Tools Updated 10mo ago
MCP implementation with client having automatic tool generation capabilities and an orchestration layer for improving chain of thought reasoning for MCP architecture
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "fastmcp-tool-generat": {
      "command": "npx",
      "args": [
        "-y",
        "ANSH-RIYAL/FastMCP-Tool-Generator"
      ]
    }
  }
}