link shortener mcp for VS Code
io.github.mrfentmen/link-shortener-mcp
Shorten and expand URLs with the is.gd public service. No key required.
client:VS Code
transport:stdio
runtime:npm
Install link shortener mcp in VS Code
.vscode/mcp.json
{
"servers": {
"link-shortener-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"link-shortener-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs