mcpbeat Sign in

EnConvert MCP Server

by enconvert Your server? Claim it
local only

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

Unified web ingestion for AI agents: perceive, discover, search, extract, ingest, watch, convert.

Installs per day peak 46 · avg 23 · +50% w/w
a month agotoday
134
Installs / week
npm · @enconvert/mcp
7
Stars
0 open issues
17 Sep 2026
Last commit
0 releases in 90 days
MIT
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.

  const probe = spawnSync(process.platform === "win32" ? "where" : "which", ["claude"], {

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

Alternatives to EnConvert

same job, measured the same way
Wet MCP
by n24q02m

Open-source MCP server for AI agents: web search, content extraction, and library docs.

3 069 installs/wk local only
MCP Browser Research
by infoinlet-marketplace

Web browsing & research for AI agents — fetch/read pages, structured extraction, Exa search.

30 installs/wk local only
Secant Agent Research Pack
by jnilrac

Paid MCP web research for agents: search, extraction, citations, and x402 payment discovery.

5 tools answering
срезAI — Search API for AI agents
by srezai

Web search, page reading and structured extraction for AI agents, with strong RU coverage

10 tools answering
One Search MCP
by yokingma

Web search, URL discovery, scraping & extraction with agent-browser and search providers

173 installs/wk local only
Gsc Indexer MCP
by mrshahidali420

Search Console for agents: index status, unindexed-URL discovery, Request Indexing, sitemaps.

204 installs/wk local only
Web Research MCP
by csoai-org

AI-powered web research MCP server for agents. Supports web search, browse page, extract...

96 installs/wk local only
Zyte
by pipeworx-io

Zyte API MCP — unified web fetch + AI extraction (zyte.com)

answering

EnConvert — questions

Answers built from our own checks of this server.

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