mcpbeat Sign in

MCP Tool Factory MCP Server

local only

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.

Installs per day peak 16 · avg 10 · +35% w/w
a month agotoday
63
Installs / week
npm · @heshamfsalama/mcp-tool-factory
1
Stars
0 open issues
13 Feb 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 19 h ago · rules 3dff92dd89df

Capabilities

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.

Builds a file path from a variable src/cli/index.ts:206
      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.

This code can reach further than it looks

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.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add mcp-tool-factory -- npx -y @heshamfsalama/mcp-tool-factory
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-tool-factory": {
      "args": [
        "-y",
        "@heshamfsalama/mcp-tool-factory"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-tool-factory]
command = "npx"
args = ["-y", "@heshamfsalama/mcp-tool-factory"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-tool-factory": {
      "args": [
        "-y",
        "@heshamfsalama/mcp-tool-factory"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "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.

Alternatives to MCP Tool Factory

same job, measured the same way
I
MCP Schema Designer
by vpatser1

Design database schemas from natural language, validate SQL, generate migrations and types

28 installs/wk local only
Gibsonai
by gibsonai

GibsonAI MCP server: manage your databases with natural language

answering
MCP Database Server
by souhar-dya

MCP server for SQLite, PostgreSQL, and MySQL with natural language to SQL and direct SQL tooling.

local only
MCP Sqlite Tools
by spences10

MCP server for local SQLite database operations

138 installs/wk local only
Orionbelt Analytics
by ralfbecher

Ontology-based MCP server for database schema analysis and RDF/OWL ontology generation

1 038 installs/wk local only
Liquibase Changelog MCP Server
by liquibase

Convert natural language into validated Liquibase XML or SQL changesets. 19 tools, 12 databases.

local only
Airtable
by airtable

Official Airtable MCP server — database and operations layer for agents.

answering
QueryWeaver
by falkordb

An MCP server for Text2SQL: transforms natural language into SQL using graph schema understanding.

local only

MCP Tool Factory — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Tool Factory?
MCP Tool Factory runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @heshamfsalama/mcp-tool-factory was installed 63 times last week.
How do I connect MCP Tool Factory?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @heshamfsalama/mcp-tool-factory straight from npm; nothing to host, nothing to sign up for.
How many people use MCP Tool Factory?
The npm package @heshamfsalama/mcp-tool-factory was installed 63 times in the last week. Week over week that is +35%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP Tool Factory open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.