wigolo
Local-first web intelligence MCP server for AI coding agents
Install wigolo in your MCP client
wigolo is a Model Context Protocol server. Add it to your MCP client config once, restart, and the server's tools become available to your AI assistant. The same JSON snippet below works across all four major clients — only the config file path differs.
- Locate your client's MCP config file.
- Cursor:
~/.cursor/mcp.json - Claude Desktop (macOS):
~/Library/Application Support/Claude/claude_desktop_config.json - Claude Desktop (Windows):
%APPDATA%\Claude\claude_desktop_config.json - VS Code:
Settings → Extensions → MCP - Windsurf:
Settings → MCP Servers
- Cursor:
- Add wigolo to the mcpServers map — paste the snippet below into your config file. If you already have other MCP servers, merge the entry into the existing
mcpServersobject. - Restart your client so it picks up the new server.
- Verify — ask the assistant to list available tools; wigolo's tools should appear.
{
"mcpServers": {
"wigolo": {
"command": "npx",
"args": [
"-y",
"wigolo"
]
}
}
}Install wigolo in Cursor
Open ~/.cursor/mcp.json in your editor, paste the snippet above into mcpServers, save, and restart Cursor. wigolo will show up in the assistant's tool list on next launch.
Install wigolo in Claude Desktop (macOS)
Open ~/Library/Application Support/Claude/claude_desktop_config.json in your editor, paste the snippet above into mcpServers, save, and restart Claude Desktop (macOS). wigolo will show up in the assistant's tool list on next launch.
Install wigolo in Claude Desktop (Windows)
Open %APPDATA%\Claude\claude_desktop_config.json in your editor, paste the snippet above into mcpServers, save, and restart Claude Desktop (Windows). wigolo will show up in the assistant's tool list on next launch.
Install wigolo in VS Code
Open Settings → Extensions → MCP in your editor, paste the snippet above into mcpServers, save, and restart VS Code. wigolo will show up in the assistant's tool list on next launch.
npm package: wigolo
Transport
wigolo supports the following MCP transports. Most AI clients use stdio by default for locally-installed servers.
From the wigolo README
More build.protocol_tooling.mcp MCP servers
Other Model Context Protocol servers in the same space as wigolo. Each one adds different capabilities to your AI assistant — pick based on the data sources or workflows you need.
coolify-mcp
MCP server for Coolify — 44 optimized tools for infrastructure management, diagnostics, and documentation search
monomindcli
CLI engine for Monomind — an open-source MCP server that extends Claude Code with a codebase knowledge graph (tree-sitter + SQLite), persistent memory, multi-agent task coordination, and session hooks. MIT licensed, fully local.
daiso
Korean retail and cinema MCP server, CLI, and Codex Skill for Daiso, convenience stores, marts, Olive Young, and theaters
atlascloud-mcp
MCP server for AI image / video / 3D / audio (TTS, music, speech-to-text) generation & LLM chat. Use Sora 2, Veo 3, Kling 3, Seedance 2, Flux 2, Nano Banana Pro, Hunyuan 3D, Seed Audio, Suno in Claude Code, Cursor, Codex, Gemini CLI.
agent-connector
Official CLI & MCP server that connects AI agents to SocialAIA, the social productivity platform where humans and agents complete tasks, earn XP, and level up together.
one
Noodle CLI by Noodle Seed — author, run, and deploy declarative MCP servers. Embedding the assistant in your own web app is @noodleseed/assistant.
cli
Test, debug, and validate MCP servers — health checks, OAuth conformance, tool-surface diffing, and structured triage from the terminal or CI
excalidraw-mcp
MCP server for Excalidraw
Browse the full MCP server directory or use Stork's one-line install to let your agent pick the right server automatically.
