Clauskraft/mcp-api-gateway-template
3.1
If you are the rightful owner of mcp-api-gateway-template and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The MCP API Gateway Template is a universal server designed for Claude Desktop, offering pre-configured APIs for seamless integration and enhanced functionality.
MCP API Gateway
Universal Model Context Protocol (MCP) server for Claude Desktop with pre-configured integrations.
Features
✨ Pre-Configured APIs
- Twitter/X (search, timeline)
- Google (search, maps, drive)
- LLM APIs (OpenAI, Anthropic, Gemini, Mistral, Deepseek)
- Brave Web Search
- Langfuse Analytics
🚀 Installation
# Option 1: NPx (Recommended)
npx @claus/mcp-api-gateway@latest setup
# Option 2: Docker
docker-compose up -d
# Option 3: Bash
curl https://github.com/claus/mcp-api-gateway-template/raw/main/install.sh | bash
Quick Start
- Install:
npx @claus/mcp-api-gateway@latest setup - Configure: Copy
.env.exampleto.envand add API keys - Restart Claude Desktop
- Test: "Search twitter for Python news"
Available Tools
twitter_search- Search tweetsgoogle_search- Search Googlellm_complete- Call any LLMsearch_brave- Web search
Configuration
Create .env with your API keys:
TWITTER_BEARER_TOKEN=...
GOOGLE_API_KEY=...
OPENAI_API_KEY=...
BRAVE_API_KEY=...
Development
npm install
npm run build
npm start
License
MIT
Status: Production Ready ✅
Version: 1.0.0