Odel
mcp tool factory ts

mcp tool factory ts

Local
@heshamfs1TypeScriptMITUpdated 6mo ago

Generate MCP servers from natural language, OpenAPI specs, or database schemas.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@heshamfsalama/mcp-tool-factoryv0.1.0

Run

npx -y @heshamfsalama/mcp-tool-factory

MCP client config

{
  "mcpServers": {
    "mcp-tool-factory-ts": {
      "command": "npx",
      "args": [
        "-y",
        "@heshamfsalama/mcp-tool-factory"
      ]
    }
  }
}