
Web MCP
by leonardcser
Go-based MCP server providing high-performance web search and content fetching capabilities.
What it does
Web MCP is a high-performance MCP server written in Go that gives AI assistants the ability to search the live web and extract content from specific URLs. It includes built-in caching to improve performance and automatically upgrades HTTP links to HTTPS for security.
Tools
web-search: Searches the web for current information and returns formatted results.web-fetch: Fetches the content of a specific URL and parses it into a readable format.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"web": {
"command": "/path/to/web-mcp",
"args": []
}
}
}
Supported hosts
- claude
Quick install
go build -o web-mcp ./cmd/serverInformation
- Pricing
- free
- Published
- 5/2/2026
- stars






