HeshamFS/mcp-tool-factory-ts
Generate MCP servers from natural language, OpenAPI specs, or database schemas.
Platform-specific configuration:
{
"mcpServers": {
"mcp-tool-factory-ts": {
"command": "npx",
"args": [
"-y",
"mcp-tool-factory-ts"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Generate production-ready MCP (Model Context Protocol) servers from natural language descriptions, OpenAPI specs, database schemas, GraphQL schemas, or ontologies.
[](https://www.npmjs.com/package/@heshamfsalama/mcp-tool-factory) [](https://www.npmjs.com/package/@heshamfsalama/mcp-tool-factory) [](https://github.com/HeshamFS/mcp-tool-factory-ts/actions/workflows/ci.yml) [](https://opensource.org/licenses/MIT) [](https://www.typescriptlang.org/) [](https://nodejs.org/) [](https://registry.modelcontextprotocol.io)
The Model Context Protocol (MCP) is an open standard that enables AI assistants to securely connect with external data sources and tools. MCP servers expose tools that can be used by:
MCP Tool Factory lets you generate complete, production-ready MCP servers in seconds.
| Feature | Description | |---------|-------------| | Natural Language | Describe your tools in plain English | | OpenAPI Import | Convert any REST API spec to MCP tools | | Database CRUD | Generate tools from SQLite or PostgreSQL schemas | | GraphQL Import | Convert GraphQL schemas to MCP tools (queries to reads, mutations to writes) | | Ontology Import | Generate from RDF/OWL, JSON-LD, or YAML ontologies | | Resources & Prompts | Full supp
Loading reviews...