
mdshare — Free Markdown Sharing with MCP
@urbanmorph
About mdshare — Free Markdown Sharing with MCP
Share and collaborate on local markdown files via shareable links
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mdshare": {
"command": "npx",
"args": [
"mdshare-mcp"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is mdshare?
mdshare is a free markdown sharing service with an MCP (Model Context Protocol) server that allows AI tools like Claude, ChatGPT, Gemini, Cursor, and Windsurf to upload markdown files directly from disk without echoing through the conversation. It is designed for developers and writers who want to share markdown instantly with no login required.
How to use mdshare?
Run npx mdshare-mcp in any MCP-compatible AI tool, then say "upload my-notes.md to mdshare". The MCP server reads files directly from disk. You can also use the REST API: curl -X POST https://mdshare.live/api/documents -H "Content-Type: text/markdown" --data-binary @your-file.md to get an admin URL. Plugins are available for VS Code, Obsidian, Claude Code, and Cursor.
Key features of mdshare
- Four permission levels (Admin, Edit, Comment, View) with shareable links
- WYSIWYG editor with tables, code blocks, and keyboard shortcuts
- Inline comments anchored to specific text with reply and resolve
- Real-time sync via WebSocket with live presence indicators
- Link management with instant revocation, optional expiry, and 50-link cap
- Plugins for VS Code, Obsidian, Claude Code, and Cursor
Use cases of mdshare
- Share markdown notes or documentation with different permission levels
- Collaborate in real-time on markdown documents with inline comments
- Upload markdown files from AI tools like Claude or ChatGPT via MCP
- Embed markdown sharing directly from VS Code or Obsidian editors
FAQ from mdshare
What dependencies or runtime does mdshare require?
The MCP server runs on Node.js and is invoked via npx. The web app runs on Cloudflare Workers with D1 (SQLite) and Durable Objects for real-time sync.
How does mdshare compare to other markdown sharing services?
mdshare is free, requires no login, and offers four permission levels, real-time collaboration, and dedicated MCP support for AI tools.
Where are my documents stored?
Documents are stored in Cloudflare D1 (SQLite) on Cloudflare Workers infrastructure.
What are the known limits of mdshare?
Documents have a 50-link cap per document. The service is free and hosted on Cloudflare.
Does mdshare support authentication or private sharing?
No login is required. Access control is managed through permission-specific links (Admin, Edit, Comment, View).
More Other MCP servers
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Comments