md-mcp
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@md-mcpsummarise the audit and publish it to md-mcp"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
md-mcp
A slim local viewer for Claude Code output. Claude publishes markdown through an MCP tool; you read, screenshot, or print it to PDF from a browser tab at http://127.0.0.1:4141.
Setup
npm install
claude mcp add --scope user md-mcp -- node "$PWD/src/shim.js"That is all. The shared daemon auto-starts on the first publish call and
survives Claude Code restarts. History lives in memory only; restarting the
daemon clears it.
Related MCP server: browser_mcp
Use
Ask Claude to publish anything to md-mcp:
summarise the audit and publish it to md-mcp
Every publish appends a page to that session in the viewer.
Publishing with the same
keyupdates a page in place.The sidebar groups pages by Claude Code session (labelled by project dir).
Tail (the dot button, or
t) follows new pages live; arrow keys browse.Ctrl+P prints just the current page, cleanly, for PDF.
Dev
npm test # node:test suites for the store and publish endpoint
npm run daemon # run the daemon in the foreground
This server cannot be deployed
Maintenance
Related MCP Connectors
Publish AI-generated HTML to a private, unguessable link, straight from Claude or ChatGPT.
Publish Markdown or HTML to a shareable link from your AI assistant. OAuth, no API keys.
Publish AI-generated HTML & Markdown to a hosted, shareable URL via MCP.
Publish HTML from Claude or ChatGPT to a live URL with a QR code — no developer needed.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceRenders Markdown into a browser-based, click-to-comment thread; comments are returned to Claude as tool results.MIT
- FlicenseNot gradedqualityBmaintenanceEnables Claude to navigate, screenshot, read console/network, and crawl links in HTML documentation via a co-located headless Chromium and VSCode webview pane.18 npm-
- FlicenseAqualityCmaintenanceGives Claude control of a real, headed Chromium browser via Playwright, enabling web navigation, clicking, typing, screenshots, and JavaScript evaluation.8-
- AlicenseNot gradedqualityBmaintenanceLive markdown preview for LLM agents. Call a single tool to watch a markdown file and it opens a browser UI that streams rendered updates, changes, and history.MIT