Linkshrink MCP
Rank #1,203io.github.dpozimski/linkshrink-mcp
MCP server providing linkshrink-mcp capabilities
Linkshrink MCP is a Model Context Protocol (MCP) server published by softvoyagers. It ranks #1,203 of 115,460 servers tracked on MCP Toplist, and its repository has 312 GitHub stars. Linkshrink MCP is listed on Official MCP, with 2 tracked versions. It was first listed on Feb 17, 2026 and most recently updated on Feb 17, 2026.
Ranks ahead of 114,257 of 115,460 servers on MCP Toplist.
Use Linkshrink MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add linkshrink-mcp -- npx -y linkshrink-mcp[mcp_servers.linkshrink-mcp]
command = "npx"
args = ["-y", "linkshrink-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"linkshrink-mcp": {
"command": "npx",
"args": [
"-y",
"linkshrink-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"linkshrink-mcp": {
"command": "npx",
"args": [
"-y",
"linkshrink-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"linkshrink-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"linkshrink-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"linkshrink-mcp": {
"command": "npx",
"args": [
"-y",
"linkshrink-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"linkshrink-mcp": {
"command": "npx",
"args": [
"-y",
"linkshrink-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.dpozimski%2Flinkshrink-mcp)<a href="https://mcptoplist.com/server/io.github.dpozimski%2Flinkshrink-mcp"><img src="https://mcptoplist.com/badge/io.github.dpozimski%2Flinkshrink-mcp.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
softvoyagers
Other servers by softvoyagers
- Pagedrop MCP#1,477 · 2 vers
- Ogforge MCP#1,637 · 2 vers
- Pageshot MCP#2,117 · 2 vers
- Faktuj MCP#2,322 · 2 vers
- Linkmeta MCP#2,677 · 2 vers
- Qrmint MCP#4,389 · 2 vers
- Pdfspark MCP#4,531 · 2 vers
- fakturka-api-mcp#87,316
- PismoSzyteNaMiare MCP Server#102,830
- QRMint MCP Server#102,831
Available versions (2)
| Version | Published |
|---|---|
| 1.2.0 | Feb 17, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Linkshrink MCP?
- Linkshrink MCP is maintained by softvoyagers, which publishes 11 MCP servers (16 total versions) tracked on MCP Toplist.
- Is Linkshrink MCP listed on the Official MCP Registry?
- Yes — Linkshrink MCP is listed on the Official MCP Registry.
- How many versions does Linkshrink MCP have?
- MCP Toplist tracks 2 versions of Linkshrink MCP, most recently published on Feb 17, 2026.
- Where can I find the source code for Linkshrink MCP?
- The source code for Linkshrink MCP is hosted at github.com/softvoyagers/linkshrink-api.