Carve
Rank #9,095io.github.markup-carve/carve-mcp
Parse, lint, format, render, and migrate Carve documents through MCP.
Carve is a Model Context Protocol (MCP) server published by markup-carve. It ranks #9,095 of 132,046 servers tracked on MCP Toplist. Carve is listed across 2 registries — Official MCP and Glama, with 4 tracked versions. It was first listed on Sep 5, 2026 and most recently updated on Sep 9, 2026.
Ranks ahead of 122,951 of 132,046 servers on MCP Toplist.
Use Carve
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add carve-mcp -- npx -y @markup-carve/carve-mcp[mcp_servers.carve-mcp]
command = "npx"
args = ["-y", "@markup-carve/carve-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"carve-mcp": {
"command": "npx",
"args": [
"-y",
"@markup-carve/carve-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"carve-mcp": {
"command": "npx",
"args": [
"-y",
"@markup-carve/carve-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"carve-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@markup-carve/carve-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"carve-mcp": {
"command": "npx",
"args": [
"-y",
"@markup-carve/carve-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"carve-mcp": {
"command": "npx",
"args": [
"-y",
"@markup-carve/carve-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.markup-carve%2Fcarve-mcp)<a href="https://mcptoplist.com/server/io.github.markup-carve%2Fcarve-mcp"><img src="https://mcptoplist.com/badge/io.github.markup-carve%2Fcarve-mcp.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
markup-carve
Available versions (4)
| Version | Published |
|---|---|
| 0.1.4 | Sep 9, 2026 |
| 0.1.2 | Sep 6, 2026 |
| 0.1.1 | Sep 6, 2026 |
| 0.1.0 | Sep 6, 2026 |
Frequently asked questions
- Who maintains Carve?
- Carve is maintained by markup-carve, which publishes 1 MCP server (4 total versions) tracked on MCP Toplist.
- Is Carve listed on the Official MCP Registry?
- Yes — Carve is listed on the Official MCP Registry, alongside Glama.
- How many versions does Carve have?
- MCP Toplist tracks 4 versions of Carve, most recently published on Sep 9, 2026.
- Where can I find the source code for Carve?
- The source code for Carve is hosted at github.com/markup-carve/carve-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.