linkly for VS Code
com.linklyhq/linkly
Create and manage short links, track clicks, and automate URL management
client:VS Code
transport:streamable-http
tools:25
Install linkly in VS Code
.vscode/mcp.json
{
"servers": {
"linkly": {
"type": "http",
"url": "https://mcp.linklyhq.com"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs
What VS Code can do once it is connected
- test_authentication
- list_workspaces
- batchDeleteLinks
- update_workspace
- list_links
- ping
- create_link
- update_link
- delete_link
- get_link
- get_clicks
- get_analytics
- get_analytics_by
- export_clicks
- list_domains
- create_domain
- delete_domain
- update_domain_favicon
- search_links
- list_webhooks
- subscribe_webhook
- unsubscribe_webhook
- list_link_webhooks
- subscribe_link_webhook