AI-native link intelligence — shorten, track, and manage links from any AI agent
Most developer tooling work still happens through a UI a human drives. Clypt MCP server moves it into the conversation instead. AI-native link intelligence — shorten, track, and manage links from any AI agent.
You'll need a Clypt API key. Get one at clypt.io/dashboard/settings.
The server publishes 14 tools. What each one is for:
Cursor — The Cursor tool exposed by this servershorten_link — Create a shortened Clypt link. - url (required) — The URL to shorten - slug — Custom short code - tags — Tags to attach - expiresAt — Expiration datelist_links — List your shortened links with search and filtering. - search — Search by URL, title, or short code - tag — Filter by tag - limit — Results per pageget_link_analytics — Get click analytics for a specific link. - linkId (required) — Link ID or short code - period — Time period: 7d, 30d, 90d, or allget_dashboard_stats — Get high-level dashboard statistics (total links, clicks, top performers). No parameters requiredgenerate_qr_code — Generate a QR code for any URL. - url (required) — URL to encode - size — Size in pixels (100-1000) - fgColor — Foreground hex color - bgColor —manage_tags — Create or list tags. - action (required) — create or list - name — Tag name (for create) - color — Tag color hex (for create)manage_folders — Create or list folders. - action (required) — create or list - name — Folder name (for create) - parentId — Parent folder ID (for create)bulk_shorten — Shorten multiple URLs at once (max 25). - urls (required) — Array of URLs - tags — Tags for all links - folderId — Folder for all linksdelete_link — The delete_link tool exposed by this servercreate_ab_test — Create an A/B split test on a link (Pro plan or above). - linkId (required) — The link ID to test - variants (required) — Array of 2–5 variants, eachget_ab_test_results — Get A/B test results including per-variant clicks, statistical significance (chi-square), and winner recommendation. - linkId (required) — The link IDInstallation goes through your MCP client rather than a global install: point it at clypt-mcp on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.
Configuration is passed through the environment: CLYPT_API_KEY, CLYPT_BASE_URL. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Clypt's toolset — Cursor, shorten_link, list_links and 11 more — is a fair guide to whether it matches your workflow. It is maintained by Bonsai-Tech-LLC; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Clypt's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| Cursor | The Cursor tool exposed by this server. |
| shorten_link | Create a shortened Clypt link. - url (required) — The URL to shorten - slug — Custom short code - tags — Tags to attach - expiresAt — Expiration date (ISO 8601) - password — Password protection - folderId — Folder to org |
| list_links | List your shortened links with search and filtering. - search — Search by URL, title, or short code - tag — Filter by tag - limit — Results per page (max 100) - offset — Pagination offset |
| get_link_analytics | Get click analytics for a specific link. - linkId (required) — Link ID or short code - period — Time period: 7d, 30d, 90d, or all |
| get_dashboard_stats | Get high-level dashboard statistics (total links, clicks, top performers). No parameters required. |
| generate_qr_code | Generate a QR code for any URL. - url (required) — URL to encode - size — Size in pixels (100-1000) - fgColor — Foreground hex color - bgColor — Background hex color |
| manage_tags | Create or list tags. - action (required) — create or list - name — Tag name (for create) - color — Tag color hex (for create) |
| manage_folders | Create or list folders. - action (required) — create or list - name — Folder name (for create) - parentId — Parent folder ID (for create) |
| bulk_shorten | Shorten multiple URLs at once (max 25). - urls (required) — Array of URLs - tags — Tags for all links - folderId — Folder for all links |
| delete_link | The delete_link tool exposed by this server. |
| create_ab_test | Create an A/B split test on a link (Pro plan or above). - linkId (required) — The link ID to test - variants (required) — Array of 2–5 variants, each with url, optional label, and weight (weights must sum to 100) |
| get_ab_test_results | Get A/B test results including per-variant clicks, statistical significance (chi-square), and winner recommendation. - linkId (required) — The link ID |
| end_ab_test | End an active A/B test. The link reverts to its original URL. Test data is preserved. - linkId (required) — The link ID |
| promote_ab_test_winner | Promote a winning variant as the sole destination URL and end the test. - linkId (required) — The link ID - variantId (required) — The variant ID to promote |
{
"mcpServers": {
"clypt": {
"command": "npx",
"args": ["-y", "clypt-mcp"],
"env": {
"CLYPT_API_KEY": "your-value",
"CLYPT_BASE_URL": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
| Variable | Description | Required |
|---|---|---|
| CLYPT_API_KEY | Credential the server authenticates with. | Yes |
| CLYPT_BASE_URL | Endpoint or connection string the server talks to. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.