markdown for VS Code
io.github.ofershap/markdown
Markdown MCP — search, extract sections, list headings, find code blocks.
client:VS Code
transport:stdio
runtime:npm
Install markdown in VS Code
.vscode/mcp.json
{
"servers": {
"markdown": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-server-markdown"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs