Skip to content
Cursor

link shortener mcp for Cursor

io.github.mrfentmen/link-shortener-mcp

Shorten and expand URLs with the is.gd public service. No key required.

client:Cursor transport:stdio runtime:npm

Install link shortener mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "link-shortener-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "link-shortener-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

link shortener mcp in other clients