
Linkly
Let your coding agent create branded short links, update destinations, and pull click stats without leaving the terminal.
Overview
com.linklyhq/linkly is a Launch-phase MCP server that creates and manages Linkly short links and click tracking from your AI coding agent.
What is this MCP server?
- stdio MCP server (linkly-mcp-server on npm) wired to Linkly workspace APIs
- Create and manage short links and automate URL updates from agent workflows
- Track clicks for launches, newsletters, and affiliate-style campaigns
- Requires LINKLY_API_KEY and LINKLY_WORKSPACE_ID from Settings → API
- Version 1.2.0 with GitHub source at Linkly-HQ/linkly-mcp-server
- Server schema version 1.2.0
- Transport: stdio via npm package identifier linkly-mcp-server
- Two required environment variables: LINKLY_API_KEY and LINKLY_WORKSPACE_ID
Community signal: 1 GitHub stars.
What problem does it solve?
Manually copying long URLs into Linkly and checking dashboards breaks flow when you are iterating launch copy and channel tests.
Who is it for?
Indie founders running multi-channel launches who already use Linkly and want agent-driven link ops.
Skip if: Teams that only need one static redirect with no analytics or that do not use Linkly.
What do I get? / Deliverables
Your agent can provision, update, and report on short links in the same session where it edits landing pages or draft posts.
- Short links created or updated via MCP tools
- Click and usage data surfaced to the agent for launch decisions
- Repeatable agent workflow for URL changes without manual dashboard edits
Recommended MCP Servers
Journey fit
How it compares
Linkly API MCP integration, not a standalone SEO or landing-page builder skill.
Common Questions / FAQ
Who is com.linklyhq/linkly for?
Solo builders and small teams on Linkly who want Claude Code or Cursor to shorten links and read click data programmatically.
When should I use com.linklyhq/linkly?
Use it at launch and during growth experiments when you are creating many tracked links or changing destinations after tests.
How do I add com.linklyhq/linkly to my agent?
Install the linkly-mcp-server npm package, set LINKLY_API_KEY and LINKLY_WORKSPACE_ID in your MCP stdio config, then restart the agent.