mcpbeat Sign in

Markdown MCP Server

local only

Markdown runs on your own machine — the client starts it, so there is no endpoint to ping. 96 installs a week from npm. Last commit 10 Aug 2026.

Markdown MCP — search, extract sections, list headings, find code blocks.

Installs per day peak 74 · avg 14 · -2% w/w
a month agotoday
96
Installs / week
npm · mcp-server-markdown
5
Stars
1 open issues
10 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

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

Alternatives to Markdown

same job, measured the same way
N
PDF
by alpha-systems

Markdown to PDF: headings, bold, code, lists, rules. A4/Letter/Legal. Free 30/hr. MCP + REST.

6 tools answering
Heroku Code MCP
by dsouzaanush

Search and execute Heroku Platform API operations

local only
Urlsnap MCP
by urlsnap

Screenshot, PDF, and markdown extraction from any URL via Claude Desktop and Claude Code.

36 installs/wk local only
Palinode
by phasespace-labs

Git-versioned markdown memory for AI agents: save, search, compact, lint, and audit.

1 002 installs/wk local only
Selvage
by selvage-lab

An LLM-based code review MCP server with AST-powered smart context extraction

46 installs/wk local only
Github
by davidweb3-ctrl

GitHub MCP Server - List PRs, issues, repo info, and search code

21 installs/wk local only
Readyorai
by tedoneobichajavascript

Zero-cost MCP server for local code inspection and best-practice recommendations

32 installs/wk local only
Context — ctxt.io
by ctxt

Share text, markdown, code, or HTML as auto-expiring links

3 tools answering

Markdown — questions

Answers built from our own checks of this server.

Why is there no uptime for Markdown?
Markdown 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 mcp-server-markdown was installed 96 times last week.
How do I connect Markdown?
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 mcp-server-markdown straight from npm; nothing to host, nothing to sign up for.
How many people use Markdown?
The npm package mcp-server-markdown was installed 96 times in the last week. Week over week that is -2%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Markdown open source?
Yes — it is published under the MIT licence, written in TypeScript, 5 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.