Create and manage short links, track clicks, and automate URL management
Create and manage short links, track clicks, and automate URL management. The linkly mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 14 defined tools rather than through you.
Official Model Context Protocol (MCP) server for Linkly — the URL shortener and link management platform.
Everything the assistant can do here goes through one of these:
create_link — Create a new short linkupdate_link — Update an existing linkdelete_link — Delete a linkget_link — Get link detailslist_links — List all links in workspacesearch_links — Search links by name, URL, or noteget_analytics — Get time-series click dataget_analytics_by — Get clicks grouped by dimensionget_clicks — Get recent click dataexport_clicks — Export detailed click recordslist_domains — List custom domainscreate_domain — Add a custom domainBeing a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.
You will need 2 environment variables: PUBLIC_KEY, PRIVATE_KEY. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Plenty of planning and project tracking servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Linkly's toolset — create_link, update_link, delete_link and 11 more — is a fair guide to whether it matches your workflow. It is maintained by com.linklyhq; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| create_link | Create a new short link |
| update_link | Update an existing link |
| delete_link | Delete a link |
| get_link | Get link details |
| list_links | List all links in workspace |
| search_links | Search links by name, URL, or note |
| get_analytics | Get time-series click data |
| get_analytics_by | Get clicks grouped by dimension |
| get_clicks | Get recent click data |
| export_clicks | Export detailed click records |
| list_domains | List custom domains |
| create_domain | Add a custom domain |
| delete_domain | Remove a custom domain |
| update_domain_favicon | Update domain favicon |
{
"mcpServers": {
"linkly": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.linklyhq.com"]
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| PUBLIC_KEY | Credential the server authenticates with. | Yes |
| PRIVATE_KEY | Credential the server authenticates with. | Yes |
Your workspace, on speaking terms with AI — search, read and write Notion pages and databases.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Search and read your Drive — Docs, Sheets and files become context your assistant can actually use.
Your assistant inside the workspace — read channels, search history, post messages and tame the noise.
Metabase ships its own MCP endpoint — search your BI content, build and run queries, and save questions and dashboards without leaving the chat.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.