MCP_Tool_Code_Interpreter_Generator

SwetaAIS2024/MCP_Tool_Code_Interpreter_Generator
★ 1 stars Python 💻 Code/Dev Tools Updated 18d ago
MCP_Tool_Code_Interpreter_Generator turns natural-language analysis requests into validated MCP tools. It does intent parsing, tool retrieval/gap detection, schema-first ToolSpec creation, code/package generation, and sandbox tests with repair. Tools are staged and registered only after user approval.
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_code_interp": {
      "command": "uvx",
      "args": [
        "mcp-tool-code-interpreter-generator"
      ]
    }
  }
}

Or install with pip: pip install mcp-tool-code-interpreter-generator