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.
Last updated: N/A
What is web-search-mcp?
This is an MCP (Micro Control Plane) server that facilitates web searches using the Serper API.
How to use web-search-mcp?
- Configure the environment variables (SERPER_API_KEY and PORT) in a
.env
file or as environment variables. 2. Usedocker compose up
to start the server.
Key features of web-search-mcp
Web search functionality
MCP server implementation
Docker Compose support
Environment variable configuration
Use cases of web-search-mcp
Integrating web search into applications
Building search-related microservices
Quickly deploying a web search server
Centralized control of web search queries
FAQ from web-search-mcp
What is SERPER_API_KEY?
What is SERPER_API_KEY?
SERPER_API_KEY is the API key required to access the Serper.dev web search API.
Where do I get SERPER_API_KEY?
Where do I get SERPER_API_KEY?
You can obtain a SERPER_API_KEY from serper.dev.
What is the purpose of the PORT environment variable?
What is the purpose of the PORT environment variable?
The PORT environment variable specifies the port on which the MCP server will listen for incoming requests.
How do I configure the environment variables?
How do I configure the environment variables?
You can configure the environment variables either in a .env
file or directly as environment variables in your system.
How do I start the server?
How do I start the server?
You can start the server using the command docker compose up
.