Skip to content
VS Code

LinkShrink MCP for VS Code

io.github.dpozimski/linkshrink-mcp

Privacy-first URL shortener with analytics

client:VS Code transport:stdio runtime:npm

Install LinkShrink MCP in VS Code

.vscode/mcp.json

{
  "servers": {
    "linkshrink-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "linkshrink-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

LinkShrink MCP in other clients