mcpbeat Sign in

Siigo Pyme MCP Server

local only

Siigo Pyme MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 40 installs a week from npm. Last commit 13 Aug 2026.

SIIGO Pyme as MCP tools: the 47 ExcelSIIGO functions, plus company discovery.

Installs per day peak 679 · avg 25
a month agotoday
40
Installs / week
npm · siigo-pyme-mcp
0
Stars
0 open issues
13 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 11 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 src/doctor/paths.ts:47, src/doctor/windows.ts:70
  const completo = path.join(outputDir, nombre);
Runs an external command src/doctor/windows.ts:22
    execFile(cmd, args, { windowsHide: true, timeout: TIMEOUT_MS }, (err, stdout) => {

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 siigo-pyme-mcp -- npx -y siigo-pyme-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "siigo-pyme-mcp": {
      "args": [
        "-y",
        "siigo-pyme-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.siigo-pyme-mcp]
command = "npx"
args = ["-y", "siigo-pyme-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "siigo-pyme-mcp": {
      "args": [
        "-y",
        "siigo-pyme-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "siigo-pyme-mcp": {
      "args": [
        "-y",
        "siigo-pyme-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SIIGO_USUARIO (Usuario de SIIGO (hasta 8 caracteres). Alternativa a guardarlo con la herramienta siigo_set_credentials.), SIIGO_CLAVE (Clave del usuario de SIIGO (hasta 8 caracteres). Alternativa a guardarla con la herramienta siigo_set_credentials.), SIIGO_ANO (Anio de proceso por defecto en SIIGO, 4 digitos. Por defecto el anio actual.), SIIGO_TOOLS (core (por defecto) expone 12 herramientas; all expone una por cada una de las 47 funciones, mas las de apoyo.), SIIGO_MCP_CONFIG_DIR (Carpeta donde guardar la configuracion del servidor. Por defecto %APPDATA%\siigo-pyme-mcp.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Siigo Pyme MCP

same job, measured the same way
Kibana MCP
by mshegolev

Kibana/Elasticsearch MCP — log search, aggregations, index discovery, dashboards.

128 installs/wk local only
Google Analytics 4
by mindstone

Google Analytics 4 MCP server with reporting, schema discovery, and admin visibility tools

39 installs/wk local only
Office Addin MCP
by dsbissett

MCP server for Office add-ins via WebView2/CDP. Provides excel.*, page.*, and addin.* tools.

31 installs/wk local only
Excel MCP Server (FsOpenXmlDsl)
by marknicholls

Excel tools for AI agents: read/write, decompile to F#/C#/XML/JSON, or build from XML/JSON.

local only
MCP Google Analytics
by leonardosepulvedat

GA4 MCP that reads AND writes: reports, funnels, audits, and server-side events. 26 tools.

1 591 installs/wk local only
Nice Guidance
by pipeworx-io

NICE guidance MCP — the National Institute for Health and Care Excellence's

41 tools answering
Google Analytics MCP
by surendranb

GA4 MCP server for AI agents: schema discovery, server-side aggregation, analysis-ready defaults.

1 753 installs/wk local only
Truecalc MCP
by truecalc

MCP server exposing TrueCalc spreadsheet formula evaluation as tools for AI assistants.

local only

Siigo Pyme MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Siigo Pyme MCP?
Siigo Pyme MCP 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 siigo-pyme-mcp was installed 40 times last week.
How do I connect Siigo Pyme MCP?
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 siigo-pyme-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Siigo Pyme MCP?
The npm package siigo-pyme-mcp was installed 40 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Siigo Pyme MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.