mcpbeat Sign in

Babelwrap MCP Server

local only

Babelwrap MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 70 installs a week from pypi. Last commit 7 Apr 2026.

Let AI agents interact with any website through natural language instead of CSS selectors

Installs per day peak 22 · avg 10 · +11% w/w
a month agotoday
70
Installs / week
pypi · babelwrap-mcp
0
Stars
0 open issues
7 Apr 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Babelwrap MCP 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 babelwrap-mcp -- uvx babelwrap-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "babelwrap-mcp": {
      "args": [
        "babelwrap-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.babelwrap-mcp]
command = "uvx"
args = ["babelwrap-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "babelwrap-mcp": {
      "args": [
        "babelwrap-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "babelwrap-mcp": {
      "args": [
        "babelwrap-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: BABELWRAP_API_KEY (Your BabelWrap API key (get one at babelwrap.com)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Babelwrap MCP

same job, measured the same way
Lightcms
by jonradoff

AI-native CMS with 41 MCP tools for managing websites through natural language.

local only
C
Googleapis
by googleapis-stitch

Interact with the Stitch API using natural language commands.

15 tools answering
Serial MCP Server
by es617

Let AI agents interact with serial devices — list ports, connect, send, and read.

98 installs/wk local only
Ble MCP Server
by es617

Let AI agents interact with real BLE hardware — scan, connect, read, write, and subscribe.

137 installs/wk local only
Figma MCP Server
by oabolade

MCP server enabling AI assistants to interact with Figma designs via natural language commands

18 installs/wk local only
Vivu
by vivuai

Search your video library with natural language and retrieve relevant moments through MCP.

answering
GitHub
by github

Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.

answering
Can See
by hurleysk

Let AI agents see and interact with terminal/CLI apps via PNG screenshots

114 installs/wk local only

Babelwrap MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Babelwrap MCP?
Babelwrap 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 pypi package babelwrap-mcp was installed 70 times last week.
How do I connect Babelwrap 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 babelwrap-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Babelwrap MCP?
The pypi package babelwrap-mcp was installed 70 times in the last week. Week over week that is +11%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Babelwrap MCP open source?
Yes — it is published under the MIT licence, written in Python 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.