Mcp Server Markdown
About
Mcp Server Markdown.
Details
- Author
- ofershap
- Downloads
- 243
- Categories
- Other
Jump to
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Mcp Server MarkdownCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
{
"mcpServers": {
"markdown": {
"command": "npx",
"args": [
"-y",
"mcp-server-markdown"
]
}
}
}
list_files
List all .md files in a directory recursively. Returns relative paths sorted alphabetically.
search_docs
Full-text search across all .md files in a directory. Returns file, line number, and matching line. Limited to 50 results.
get_section
Extract a section by heading from a markdown file. Returns content from that heading until the next heading of same or higher level.
list_headings
List all headings (# through ######) in a markdown file as a table of contents.
find_code_blocks
Find all fenced code blocks in a markdown file. Optionally filter by language (e.g. typescript, python).
get_frontmatter
Parse YAML frontmatter (between --- delimiters) at the start of a markdown file. Returns key-value metadata.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"mcp server markdown": {
"markdown": {
"command": "npx",
"args": [
"-y",
"mcp-server-markdown"
]
}
}
}
}
McpServers
{
"markdown": {
"command": "npx",
"args": [
"-y",
"mcp-server-markdown"
]
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



