MCP Tool Factory runs on your own machine — the client starts it, so there is no endpoint to ping. 63 installs a week from npm. Last commit 13 Feb 2026.
Generate MCP servers from natural language, OpenAPI specs, or database schemas.
We read the source, 19 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
outputPath = path.join(outputPath, serverDirName);
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add mcp-tool-factory -- npx -y @heshamfsalama/mcp-tool-factory
{
"mcpServers": {
"mcp-tool-factory": {
"args": [
"-y",
"@heshamfsalama/mcp-tool-factory"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-tool-factory]
command = "npx"
args = ["-y", "@heshamfsalama/mcp-tool-factory"]
{
"mcpServers": {
"mcp-tool-factory": {
"args": [
"-y",
"@heshamfsalama/mcp-tool-factory"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mcp-tool-factory": {
"args": [
"-y",
"@heshamfsalama/mcp-tool-factory"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
ANTHROPIC_API_KEY (Anthropic Claude API key (one of the 4 provider keys is required)), CLAUDE_CODE_OAUTH_TOKEN (Claude Code OAuth token (one of the 4 provider keys is required)), OPENAI_API_KEY (OpenAI GPT API key (one of the 4 provider keys is required)), GOOGLE_API_KEY (Google Gemini API key (one of the 4 provider keys is required)).
The author declared them in the registry entry; get the values from the project itself.
Design database schemas from natural language, validate SQL, generate migrations and types
GibsonAI MCP server: manage your databases with natural language
MCP server for SQLite, PostgreSQL, and MySQL with natural language to SQL and direct SQL tooling.
MCP server for local SQLite database operations
Ontology-based MCP server for database schema analysis and RDF/OWL ontology generation
Convert natural language into validated Liquibase XML or SQL changesets. 19 tools, 12 databases.
Official Airtable MCP server — database and operations layer for agents.
An MCP server for Text2SQL: transforms natural language into SQL using graph schema understanding.
Answers built from our own checks of this server.