Back to Apps

MCP Tool Factory
by heshamfs
Generate universal MCP servers from natural language, OpenAPI specs, or database schemas.
0 stars
Works in:VS Code CopilotGemini CLICodex
Exposes:Tools
What it does\nAn automation framework that generates complete MCP servers. It allows developers to describe a tool in plain English, import a REST API via OpenAPI, or introspect a SQL database to automatically create a functional MCP server with tests and CI/CD workflows.\n\n## Tools\n- generate: Creates a server from a natural language description.\n- from-openapi: Converts an OpenAPI specification into a set of MCP tools.\n- from-database: Generates CRUD tools based on SQLite or PostgreSQL schemas.\n- serve: Starts the generated server for testing with stdio or SSE transport.\n\n## Installation\nInstall via pip:\n\nbash\npip install mcp-tool-factory\n\n\nTo use with Claude Desktop, add the generated server.py to your config:\n\njson\n{\n "mcpServers": {\n "my-tools": {\n "command": "python",\n "args": ["/path/to/servers/my-server/server.py"]\n }\n }\n}\n\n\n## Supported hosts\n- Claude Desktop\n- VS Code Copilot\n- Gemini CLI\n- Codex
Quick install
pip install mcp-tool-factoryInformation
- Pricing
- free
- Published
- 5/1/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Codex
Add entry to AGENTS.md or mcp configGemini CLI
Add entry to settings.json mcpServersClaude Desktop
{"mcpServers": {"my-tools": {"command": "python", "args": ["./servers/my-server/server.py"]}}}VS Code Copilot
Add entry to settings.json github.copilot.chat.mcp.servers





