mcpbeat Sign in
local only

XLIDE runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 20 Sep 2026.

Read, write, analyze, test and diff the VBA, forms, Power Query and cells in Office files

Installs / week
pypi · xlide-mcp
2
Stars
0 open issues
20 Sep 2026
Last commit
no recent releases
MIT
License
Python

Nothing serious here today

Today is the operative word: we check XLIDE every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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

Alternatives to XLIDE

same job, measured the same way
XLIDE
by williamsmithedward

Read, write, analyze, test and diff the VBA in Office files, and the document around it

local only
Riddle
by riddle

Build, publish and analyze quizzes, polls, forms and personality tests. Riddle account required.

38 tools answering
mabl
by mabl

AI-powered test automation: run tests, analyze failures, query results across mabl workspaces.

answering
C
Lie Detector Test
by liedetectortest

Find polygraph (lie detector) offices, pricing and service info across the US, Canada and the UK.

5 tools answering
Blacksmith
by grahamnotgrant

MCP server for Blacksmith CI - query runs, analyze test failures, detect flaky tests.

136 installs/wk local only
agentgate
by ciceroyang

Read-only evidence for the tools agents run: MCP server records, coverage and policy.

941 installs/wk local only
Wisconsin DMV
by pipeworx-io

Wisconsin DMV service centers with per-office services, tests and payment methods

32 tools answering
Decisionrules
by decisionrules

Create, manage, and test business rules directly from your AI agent via the DecisionRules platform.

answering

XLIDE — questions

Answers built from our own checks of this server.

Why is there no uptime for XLIDE?
XLIDE 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 pypi package xlide-mcp.
How do I connect XLIDE?
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 xlide-mcp straight from pypi; nothing to host, nothing to sign up for.
Is XLIDE open source?
Yes — it is published under the MIT licence, written in Python and 2 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.