Mdshare
Rank #9,233io.github.sathya-sankaran/mdshare
Free markdown sharing. Upload, get links, collaborate. No login needed.
Mdshare is a Model Context Protocol (MCP) server published by urbanmorph. It ranks #9,233 of 115,591 servers tracked on MCP Toplist, and its repository has 8 GitHub stars. Mdshare is listed across 4 registries — Official MCP, mcp.so, Glama and PulseMCP, with 6 tracked versions. It was first listed on Apr 1, 2026 and most recently updated on Apr 14, 2026.
Ranks ahead of 106,358 of 115,591 servers on MCP Toplist.
Use Mdshare
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mdshare -- npx -y mdshare-mcp[mcp_servers.mdshare]
command = "npx"
args = ["-y", "mdshare-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"mdshare": {
"command": "npx",
"args": [
"-y",
"mdshare-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mdshare": {
"command": "npx",
"args": [
"-y",
"mdshare-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mdshare": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mdshare-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mdshare": {
"command": "npx",
"args": [
"-y",
"mdshare-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mdshare": {
"command": "npx",
"args": [
"-y",
"mdshare-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.sathya-sankaran%2Fmdshare)<a href="https://mcptoplist.com/server/io.github.sathya-sankaran%2Fmdshare"><img src="https://mcptoplist.com/badge/io.github.sathya-sankaran%2Fmdshare.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (3 delisted)
urbanmorph
Other servers by urbanmorph
View all urbanmorph servers →Available versions (6)
| Version | Published |
|---|---|
| 1.4.0 | Apr 14, 2026 |
| 1.3.0 | Apr 11, 2026 |
| 1.2.0 | Apr 7, 2026 |
| 1.1.0 | Apr 6, 2026 |
| 1.0.2 | Apr 2, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Mdshare?
- Mdshare is maintained by urbanmorph, which publishes 3 MCP servers (7 total versions) tracked on MCP Toplist.
- Is Mdshare listed on the Official MCP Registry?
- Yes — Mdshare is listed on the Official MCP Registry, alongside mcp.so, Glama and PulseMCP.
- How many versions does Mdshare have?
- MCP Toplist tracks 6 versions of Mdshare, most recently published on Apr 14, 2026.
- Where can I find the source code for Mdshare?
- The source code for Mdshare is hosted at github.com/urbanmorph/mdshare.