Linkly
About
Official Linkly URL shortener MCP: create branded short links, track click analytics, manage domains and webhooks. Hosted, OAuth, no API keys.
Details
- Author
- linkly-hq
- Categories
- Marketing, Other
Jump to
Setup
Install Linkly in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/linkly-hq/linkly-mcp-server
Follow the installation instructions in the repository README, then restart your MCP client.
Official Model Context Protocol (MCP) server forLinkly— the URL shortener and link management platform.
This repository powers the hosted MCP server athttps://mcp.linklyhq.com.That is the only supported way to connect an AI assistant to Linkly via MCP. Seehttps://linklyhq.com/support/mcp-serverfor setup instructions.
⚠️Thelinkly-mcp-servernpm package is deprecated.The self-hosted / API-key flow is no longer maintained. All users should migrate to the hosted server — it uses OAuth 2.1 with PKCE, requires no API keys or local install, and always runs the latest tool set. The npm package will continue to exist on the registry for backwards compatibility but will not receive new tools or bug fixes, and may be unpublished in the future.
For full documentation, setup guides, and examples, visit:https://linklyhq.com/support/mcp-server
- Create, update, and delete short links
- View click analytics and statistics
- Manage custom domains and favicons
- Configure webhooks for click events
- Search and filter links
- Export click data
{ "mcpServers": { "linkly": { "command": "npx", "args": ["-y", "mcp-remote", "https://mcp.linklyhq.com"] } } }
claude mcp add --transport http linkly https://mcp.linklyhq.com
{ "servers": { "linkly": { "type": "url", "url": "https://mcp.linklyhq.com" } } }
- Linkly Website
- Documentation
- API Reference
- GitHub Repository
For help and support, visitLinkly Supportor emailsupport@linklyhq.com.
Publishing to the MCP Registry (maintainers)
Theserver.jsonat the repo root is theofficial MCP Registrymanifest for thecom.linklyhq/linklyserver. It isremote-only: it points clients at the hosted server and intentionally ships no package (the deprecated npm distribution was dropped inv2.0.0).
Publishing requires DNS access tolinklyhq.com— thecom.linklyhqnamespace is verified via a DNS TXT record on the domain apex:
# 1. Generate an Ed25519 key + TXT record (macOS: use openssl@3; system LibreSSL lacks Ed25519) openssl genpkey -algorithm Ed25519 -out key.pem PUBLIC_KEY="$(openssl pkey -in key.pem -pubout -outform DER | tail -c 32 | base64)" echo "linklyhq.com. IN TXT \"v=MCPv1; k=ed25519; p=${PUBLIC_KEY}\"" # add at the APEX of linklyhq.com # 2. Authenticate the namespace + publish PRIVATE_KEY="$(openssl pkey -in key.pem -noout -text | grep -A3 'priv:' | tail -n +2 | tr -d ' :\n')" mcp-publisher login dns --domain linklyhq.com --private-key "$PRIVATE_KEY" mcp-publisher publish
See theregistry authentication guidefor details.
chatgpt-app-submission.jsonis the OpenAIApps SDK submission import— it pre-fills the per-tool annotations and the three safetyjustifications(read-only / open-world / destructive) for all 25 tools, so they don't have to be typed by hand in the dashboard.
OpenAI freezes a metadatasnapshotat publish time and doesnotauto-detect MCP changes, so after deploying server changes you publish a new version:
- Deploy the worker (push to the connected branch /wrangler deploy).
- Platform dashboard→ the Linkly app →create a new draft version(keep the same MCP URLhttps://mcp.linklyhq.com).
- In theMCPsection, clickScan Toolsto re-read the live tool list + annotations.
- Dragchatgpt-app-submission.jsononto the form (top of the page) to fill the justifications.
- ReviewTesting, thenSubmit. The published version keeps running against the live server until the new one is approved.
Free MCP that drives an audit of your marketing. Your AI connects, adsOS digs through your ads, email and site, and hands back a growth plan you can run today.
Manage Meta, Google & TikTok ads — launch campaigns, track performance, spy on competitors, generate AI creatives.
Linkly is a link shortener with geo redirects, link rotators, conversion tracking, and a powerful link shortener API.
Search-focused on-page SEO audits, entity coverage, competitor gaps, and internal-link opportunities for AI agents.
The free SEO and AEO MCP server that turns your Claude / Cursor / ChatGPT Desktop into a senior SEO + AEO consultant. Audits any URL, generates sitemap.xml / llms.txt / robots.txt, finds keyword gaps, and tells your AI exactly what to fix — all using your own AI credits, never ours.
B2B SaaS GTM stack intelligence — 17 tools spanning catalog search, overlap detection, n-way vendor comparison, decision-stage buyer questions, and renewal-negotiation playbooks.
Give your AI assistant secure, plain-language access to Unspam: spam checks, inbox placement, screenshots, heatmaps, and recurring autopilot tests. Connected over OAuth, with no API keys to copy.
Connect AI agents to project data, analytics, research, content planning, media generation, and growth workflows.
AI marketing analyst that connects Google Ads, Meta Ads, GA4, Search Console, and Stripe to audit campaigns, analyze funnels, and catch wasted ad spend from one chat.
Create and monitor AI marketing-automation tasks across Google Ads, GA4, BigQuery and more, from any MCP client.
Official MCP server for Amazon product research, competitor analysis, keyword discovery, and PPC planning using real Amazon marketplace data.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



