https://github.com/muka/web-search-mcp
MCP server for web searches
https://github.com/muka/web-search-mcp
Last synced: 2 months ago
JSON representation
MCP server for web searches
- Host: GitHub
- URL: https://github.com/muka/web-search-mcp
- Owner: muka
- License: apache-2.0
- Created: 2024-12-29T13:43:22.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-12-29T16:05:24.000Z (5 months ago)
- Last Synced: 2025-01-22T19:17:36.664Z (4 months ago)
- Language: TypeScript
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# web-search-mcp
MCP server for web searches## Configuration
Configure environment variables in a `.env` file or as env variables (see `docker-compose.yaml`)
1. Set `SERPER_API_KEY` from serper.dev
2. Set `PORT` to specify the listening port## Running
You can use `docker compose up` to start the MCP server.