@claudegateways/claude-gateway-mcp
v1.0.0
Published
ClaudeGateway MCP server — web search & image analysis tools for Claude Code
Maintainers
Readme
claudegateway-mcp
MCP server for ClaudeGateway — adds web search and image analysis tools to your Claude Code session.
Installation
npm install -g claudegateway-mcpOr use with npx (no install needed):
npx -y claudegateway-mcpTools
web_search
Search the web for real-time information — docs, news, APIs, anything.
understand_image
Analyze images with AI — screenshots, diagrams, UI mockups, error messages.
Setup
Automatic (Recommended)
Run the one-click setup script:
Windows (PowerShell):
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
irm https://api.claudegateway.ai/setup.ps1 | iexManual
Add to your ~/.claude.json:
{
"mcpServers": {
"ClaudeGateway": {
"command": "npx",
"args": ["-y", "claudegateway-mcp"],
"env": {
"CLAUDEGATEWAY_API_KEY": "YOUR_API_KEY",
"CLAUDEGATEWAY_URL": "https://api.claudegateway.ai"
}
}
}
}Environment Variables
| Variable | Description |
|----------|-------------|
| CLAUDEGATEWAY_API_KEY | Your ClaudeGateway API key |
| CLAUDEGATEWAY_URL | API endpoint (default: https://api.claudegateway.ai) |
License
MIT
