io.github.HeshamFS/mcp-tool-factory MCP Server
io.github.HeshamFS/mcp-tool-factory
What is the io.github.HeshamFS/mcp-tool-factory MCP server?
Generate MCP servers from natural language, OpenAPI specs, or database schemas.
How to install io.github.HeshamFS/mcp-tool-factory
Copy-paste configuration for popular MCP clients.
ANTHROPIC_API_KEYsecretAnthropic Claude API key (one of the 4 provider keys is required)
CLAUDE_CODE_OAUTH_TOKENsecretClaude Code OAuth token (one of the 4 provider keys is required)
OPENAI_API_KEYsecretOpenAI GPT API key (one of the 4 provider keys is required)
GOOGLE_API_KEYsecretGoogle Gemini API key (one of the 4 provider keys is required)
{
"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>"
}
}
}
}{
"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>"
}
}
}
}{
"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>"
}
}
}
}{
"servers": {
"mcp-tool-factory": {
"type": "stdio",
"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>"
}
}
}
}claude mcp add mcp-tool-factory --env ANTHROPIC_API_KEY=<YOUR_ANTHROPIC_API_KEY> --env CLAUDE_CODE_OAUTH_TOKEN=<YOUR_CLAUDE_CODE_OAUTH_TOKEN> --env OPENAI_API_KEY=<YOUR_OPENAI_API_KEY> --env GOOGLE_API_KEY=<YOUR_GOOGLE_API_KEY> -- npx -y @heshamfsalama/mcp-tool-factoryRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.