web-search-mcp
1
Web-search-mcp is an MCP server designed to handle web searches. It requires configuration of environment variables and can be easily started using Docker Compose.
web-search-mcp
MCP server for web searches
Configuration
- Configure environment variables in a
.env
file or as env variables. - Set
SERPER_API_KEY
from serper.dev. - Set
PORT
to specify the listening port.
Running
- Use
docker compose up
to start the MCP server.