SwetaAIS2024/MCP_Tool_Code_Interpreter_Generator
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.
Platform-specific configuration:
{
"mcpServers": {
"MCP_Tool_Code_Interpreter_Generator": {
"command": "npx",
"args": [
"-y",
"MCP_Tool_Code_Interpreter_Generator"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...