Skip to main content
ClaudeWave

Model Context Protocol server for authoring, linting, converting, and rendering Carve documents

MCP ServersOfficial Registry0 stars0 forksTypeScriptMITUpdated today
ClaudeWave Trust Score
87/100
Trusted
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Documented (README)
Last scanned: 9/10/2026
Install in Claude Code / Claude Desktop
Method: NPX · @markup-carve/carve-mcp
Claude Code CLI
claude mcp add carve-mcp -- npx -y @markup-carve/carve-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "carve-mcp": {
      "command": "npx",
      "args": ["-y", "@markup-carve/carve-mcp"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Use cases

MCP Servers overview

# Carve MCP server

Give MCP-compatible assistants the same Carve parser, linter, formatter, and
renderers used by the JavaScript implementation. Filesystem access is absent by
default and can be enabled for explicitly configured document roots.

## Tools

- `carve_lint` checks a document and returns precise, structured warnings.
- `carve_format` produces canonical Carve and reports rendering losses.
- `carve_render` renders HTML, Markdown, plain text, or ANSI.
- `carve_parse` returns the resolved, position-aware interchange AST.
- `carve_create_ast_patch` compares two interchange ASTs and returns a
  position-independent patch.
- `carve_apply_ast_patch` validates and previews a patch as both an AST and
  canonical Carve source without changing files.
- `carve_select_ast_nodes` finds headings, footnotes, or node types without
  making an ambiguous selection for the caller.
- `carve_create_reversible_ast_patch` adds inverse operations and semantic
  stale-edit fingerprints.
- `carve_apply_reversible_ast_patch` safely previews forward or undo operations
  as a guarded UTF-8 source edit.
- `carve_migrate` converts HTML, Markdown, or Djot and reports migration fidelity.

Tools return concise text for readers alongside schema-validated structured
results for clients. Six optional prompts guide common review, conversion, and
publishing workflows without replacing the writer's judgment.

Raw HTML passthrough is disabled by default because MCP inputs are untrusted.
The server has no filesystem access unless you explicitly give it a workspace
root.

## Resources

- `carve://guide` is a concise authoring quick start.
- `carve://rules` explains the normative rule categories.
- `carve://rules/{ruleId}` looks up a stable normative `CARVE-*` rule ID, such as
  `carve://rules/CARVE-P0-001`.
- `carve://lint-rules/{ruleName}` explains a stable diagnostic name returned by
  `carve_lint`.

The resources identify the Carve version and link to the complete documentation
when a reader needs normative detail. Lint diagnostic names are a separate
namespace and are returned with their explanations directly by `carve_lint`.

## Get started

Node.js 20 or newer is required.

```sh
npx -y @markup-carve/carve-mcp
```

See [Connect Carve to your writing tool](docs/client-setup.md) for copy-ready
setup in Claude, VS Code, Cursor, Zed, and Codex, plus prompts to confirm it
works.
The [compatibility page](docs/client-compatibility.md) explains what CI verifies
and provides the short host smoke test used for releases.

[![Install in VS Code](https://img.shields.io/badge/VS_Code-Install_Carve-007ACC?logo=visualstudiocode&logoColor=white)](https://insiders.vscode.dev/redirect?url=vscode%3Amcp%2Finstall%3F%257B%2522name%2522%253A%2522carve%2522%252C%2522command%2522%253A%2522npx%2522%252C%2522args%2522%253A%255B%2522-y%2522%252C%2522%2540markup-carve%252Fcarve-mcp%2522%255D%257D)
[![Add to Cursor](https://img.shields.io/badge/Cursor-Add_Carve-111111)](https://cursor.com/install-mcp?name=carve&config=eyJjb21tYW5kIjoibnB4IiwiYXJncyI6WyIteSIsIkBtYXJrdXAtY2FydmUvY2FydmUtbWNwIl19)

The [writer workflows](examples/README.md) show practical review, conversion,
preview, GitHub publishing, and documentation-folder tasks.

For local builds, workspace access, native binaries, HTTP and container
deployment, and contributor checks, see [Development and deployment](docs/development.md).

This project is licensed under the MIT License.

What people ask about carve-mcp

What is markup-carve/carve-mcp?

+

markup-carve/carve-mcp is mcp servers for the Claude AI ecosystem. Model Context Protocol server for authoring, linting, converting, and rendering Carve documents It has 0 GitHub stars and its last recorded update is dated 2026-09-09.

How do I install carve-mcp?

+

You can install carve-mcp by cloning the repository (https://github.com/markup-carve/carve-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is markup-carve/carve-mcp safe to use?

+

Our security agent has analyzed markup-carve/carve-mcp and assigned a Trust Score of 87/100 (tier: Trusted). See the full breakdown of passed checks and flags on this page.

Who maintains markup-carve/carve-mcp?

+

markup-carve/carve-mcp is maintained by markup-carve. The last recorded GitHub activity is dated 2026-09-09, with 0 open issues.

Are there alternatives to carve-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy carve-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: markup-carve/carve-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/markup-carve-carve-mcp)](https://claudewave.com/repo/markup-carve-carve-mcp)
<a href="https://claudewave.com/repo/markup-carve-carve-mcp"><img src="https://claudewave.com/api/badge/markup-carve-carve-mcp" alt="Featured on ClaudeWave: markup-carve/carve-mcp" width="320" height="64" /></a>

More MCP Servers

carve-mcp alternatives