md-mcp
Click on "Install 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 /home/muzzakhan/code/md-mcp/src/shim.jsThat 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityAmaintenanceRenders Markdown into a browser-based, click-to-comment thread; comments are returned to Claude as tool results.MIT
- Flicense-qualityBmaintenanceEnables Claude to navigate, screenshot, read console/network, and crawl links in HTML documentation via a co-located headless Chromium and VSCode webview pane.11
- FlicenseAqualityCmaintenanceGives Claude control of a real, headed Chromium browser via Playwright, enabling web navigation, clicking, typing, screenshots, and JavaScript evaluation.8
- Alicense-qualityCmaintenanceEnables Claude Code to control a browser via Playwright for web scraping, automation, and research, with features like navigation, screenshots, form filling, and PDF export.13MIT
Related MCP Connectors
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 pages straight from Claude as private, branded, tracked links.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/muzza-mmem/md-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server