
mdshare — Free Markdown Sharing with MCP
@urbanmorph
关于 mdshare — Free Markdown Sharing with MCP
Share and collaborate on local markdown files via shareable links
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mdshare": {
"command": "npx",
"args": [
"mdshare-mcp"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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).
其他 分类下的更多 MCP 服务器
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Servers
modelcontextprotocolModel Context Protocol Servers
评论