mcpbeat Sign in

Wigolo MCP Server

by knockoutez Your server? Claim it
local only

Wigolo runs on your own machine — the client starts it, so there is no endpoint to ping. 940 installs a week from npm. Last commit 11 Sep 2026.

Local-first web intelligence MCP server for AI coding agents

Installs per day peak 744 · avg 253 · -51% w/w
a month agotoday
940
Installs / week
npm · wigolo
5280
Stars
39 open issues
11 Sep 2026
Last commit
0 releases in 90 days
License
TypeScript

What the code does

We read the source, 19 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Builds a file path from a variable assets/brand/generate.cjs:51
    await (await p1.$('#' + id)).screenshot({ path: path.join(OUT, file), omitBackground: true });
Runs an external command sdks/python/src/wigolo/_local.py:205
                subprocess.run(
Dumps the whole environment sdks/python/src/wigolo/_local.py:259
    child_env = dict(os.environ)
Reads files and sends them to the network src/cli/doctor.ts:2
import { existsSync, readFileSync, readdirSync, writeFileSync, unlinkSync, mkdirSync, mkdtempSync, rmdirSync } from 'node:fs';

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add wigolo -- npx -y wigolo
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "wigolo": {
      "args": [
        "-y",
        "wigolo"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.wigolo]
command = "npx"
args = ["-y", "wigolo"]
.cursor/mcp.json
{
  "mcpServers": {
    "wigolo": {
      "args": [
        "-y",
        "wigolo"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "wigolo": {
      "args": [
        "-y",
        "wigolo"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: YOUR_API_KEY (Your API key for the service). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Wigolo

same job, measured the same way
Agentmako
by drhalto

Local-first codebase intelligence MCP server for AI coding agents.

53 installs/wk local only
Veris
by vighriday

Behavioral verification intelligence for AI coding agents. 17 MCP tools. Local-first. MIT.

102 installs/wk local only
Monet
by team-monet

Local-first, state-centric memory for coding agents. MCP server + CLI.

107 installs/wk local only
Constellation
by shiftinbits

Code Intelligence Platform for AI Coding Agents

430 installs/wk local only
Palace
by ancientice

Local-first memory for coding agents — MCP server, single SQLite file, local embeddings

local only
Asc MCP Server
by muhammetali

App Store Connect MCP Server for AI coding agents

51 installs/wk local only
Tdai Memory MCP
by tinhien11

Local-first MCP memory server for coding agents. No API key, no cloud. SQLite + FTS5 + sqlite-vec.

126 installs/wk local only
Darwin RAG
by brightdotdev

Local-first RAG engine with MCP server for AI agent integration.

345 installs/wk local only

Wigolo — questions

Answers built from our own checks of this server.

Why is there no uptime for Wigolo?
Wigolo runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package wigolo was installed 940 times last week.
How do I connect Wigolo?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls wigolo straight from npm; nothing to host, nothing to sign up for.
How many people use Wigolo?
The npm package wigolo was installed 940 times in the last week. Week over week that is -51%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Wigolo open source?
We cannot say either way: written in TypeScript, 5 280 stars on GitHub and 39 open issues, but we could not determine the licence, and without one the code is not open source by default.