wigolo for Claude Desktop
io.github.knockoutez/wigolo
Local-first web intelligence MCP server for AI coding agents
client:Claude Desktop
transport:stdio
runtime:npm
Install wigolo in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"wigolo": {
"command": "npx",
"args": [
"-y",
"wigolo"
],
"env": {
"YOUR_API_KEY": "<YOUR_API_KEY>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs