.env.example•498 B
# SerpApi MCP Server Configuration
# Required: Your SerpApi API key
# Get your key from: https://serpapi.com/manage-api-key
SERPAPI_API_KEY=your_api_key_here
# Optional: Default search engine (default: google_light)
# Options: google, google_light, bing, yahoo, duckduckgo, yandex, baidu, youtube_search, ebay, walmart
SERPAPI_DEFAULT_ENGINE=google_light
# Optional: Request timeout in seconds (default: 30)
SERPAPI_TIMEOUT=30
# Optional: MCP Server Configuration
MCP_HOST=0.0.0.0
MCP_PORT=8000