MCP.so
Sign In
M

Mcp Server Markdown

@ofershap

About Mcp Server Markdown

No overview available yet

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "markdown": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-markdown"
      ]
    }
  }
}

Tools

6

List all .md files in a directory recursively. Returns relative paths sorted alphabetically.

Full-text search across all .md files in a directory. Returns file, line number, and matching line. Limited to 50 results.

Extract a section by heading from a markdown file. Returns content from that heading until the next heading of same or higher level.

List all headings (# through ######) in a markdown file as a table of contents.

Find all fenced code blocks in a markdown file. Optionally filter by language (e.g. typescript, python).

Parse YAML frontmatter (between --- delimiters) at the start of a markdown file. Returns key-value metadata.

Comments

More Other MCP servers