web-search-mcp
by muka
This is an MCP server designed for performing web searches. It requires configuration with a Serper API key and can be easily run using Docker Compose.
View on GitHub
Last updated: N/A
web-search-mcp
MCP server for web searches
Configuration
Configure environment variables in a .env
file or as env variables (see docker-compose.yaml
)
- Set
SERPER_API_KEY
from serper.dev - Set
PORT
to specify the listening port
Running
You can use docker compose up
to start the MCP server.