Fast, idiomatic Go MCP server for web search, image search, and page scraping to Markdown. Runs locally, no API keys, free.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-retrieval": {
"command": "go",
"args": [
"run",
"github.com/Role1776/mcp-retrieval@latest"
]
}
}
}
Run in terminal:
claude mcp add mcp-retrieval go run github.com/Role1776/mcp-retrieval@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-retrieval": {
"command": "go",
"args": [
"run",
"github.com/Role1776/mcp-retrieval@latest"
]
}
}
}