mcpbeat Sign in

Carve MCP Server

by markup-carve Your server? Claim it
local only

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

Parse, lint, format, render, and migrate Carve documents through MCP.

Installs per day peak 368 · avg 14
a month agotoday
446
Installs / week
npm · @markup-carve/carve-mcp
0
Stars
0 open issues
9 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

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

Alternatives to Carve

same job, measured the same way
Ms Sharepoint MCP
by 0xka13b

Microsoft SharePoint MCP server — access sites, lists, and documents through Microsoft Graph.

48 installs/wk local only
SharePoint MCP Server
by ravikant1918

MCP server for Microsoft SharePoint — manage folders, documents, and metadata.

147 installs/wk local only
Docdex
by bekirdag

Fast per-repo documentation indexer and full-text search MCP server for codebases.

1 687 installs/wk local only
Toon Parse MCP
by ankitpal181

MCP server that reduces LLM context by removing code comments and converting data formats to TOON

56 installs/wk local only
MCP Bold Co
by codespar

MCP server for Bold — Colombian acquirer: payment links for cards, PSE and Nequi

20 installs/wk local only
Google AdSense
by sirmacke

Read AdSense Management API v2 accounts and reports through MCP.

229 installs/wk local only
Laserfiche MCP
by samuelshernandez

MCP server for self-hosted Laserfiche repositories — search and read documents from Claude.

117 installs/wk local only
MCP Cielo
by codespar

MCP server for Cielo — credit card, debit, boleto, recurrent payments

27 installs/wk local only

Carve — questions

Answers built from our own checks of this server.

Why is there no uptime for Carve?
Carve 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 @markup-carve/carve-mcp was installed 446 times last week.
How do I connect Carve?
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 @markup-carve/carve-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Carve?
The npm package @markup-carve/carve-mcp was installed 446 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 Carve 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.