← Index

io.github.HeshamFS/mcp-tool-factory

io.github.HeshamFS/mcp-tool-factory·v0.1.0·Other
Quality Score
73
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp-tool-factory": {
      "command": "npx",
      "args": [
        "-y",
        "@heshamfsalama/mcp-tool-factory"
      ],
      "env": {
        "ANTHROPIC_API_KEY": "<your-anthropic_api_key>",
        "CLAUDE_CODE_OAUTH_TOKEN": "<your-claude_code_oauth_token>",
        "OPENAI_API_KEY": "<your-openai_api_key>",
        "GOOGLE_API_KEY": "<your-google_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp-tool-factory": {
      "command": "npx",
      "args": [
        "-y",
        "@heshamfsalama/mcp-tool-factory"
      ],
      "env": {
        "ANTHROPIC_API_KEY": "<your-anthropic_api_key>",
        "CLAUDE_CODE_OAUTH_TOKEN": "<your-claude_code_oauth_token>",
        "OPENAI_API_KEY": "<your-openai_api_key>",
        "GOOGLE_API_KEY": "<your-google_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @heshamfsalama/mcp-tool-factory
§02  Environment variables
ANTHROPIC_API_KEY
secret

Anthropic Claude API key (one of the 4 provider keys is required)

CLAUDE_CODE_OAUTH_TOKEN
secret

Claude Code OAuth token (one of the 4 provider keys is required)

OPENAI_API_KEY
secret

OpenAI GPT API key (one of the 4 provider keys is required)

GOOGLE_API_KEY
secret

Google Gemini API key (one of the 4 provider keys is required)

§03  MCP Quality Score  ·  methodology
freshness
18
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other