Productivity
cvmarkdown.com
Provides tools for managing CV templates, parsing CVs, and creating print links for CVs in CVMarkdown format.
ENDPOINT 1
https://mcp.cvmarkdown.com/mcp
MCP server metadata
- Name
- mcp-cvmarkdown
- Version
- 0.1.0
CVMarkdown MCP server. Tools to list / load / parse CV templates and create ephemeral print links. Prompts to review, tailor, draft from scratch and improve bullets. The client LLM runs the prompts with its own model — this server never calls an LLM and never persists CV content beyond 5 minutes.
Known tools 4
parse_cvParse a CV in CVMarkdown format into structured CVData (header + sections + subsections).
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.mcp-cvmarkdown]
url = "https://mcp.cvmarkdown.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-cvmarkdown": {
"type": "http",
"url": "https://mcp.cvmarkdown.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-cvmarkdown
Remote MCP URL: https://mcp.cvmarkdown.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"mcp-cvmarkdown": {
"url": "https://mcp.cvmarkdown.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-cvmarkdown": {
"type": "http",
"url": "https://mcp.cvmarkdown.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-cvmarkdown",
"transport": "streamable-http",
"url": "https://mcp.cvmarkdown.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for cvmarkdown.com was fetched 2026-07-31T01:12:34.426Z and is being refreshed.
cvmarkdown.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.