
Clypt
- Updated May 23, 2026
- Bonsai-Tech-LLC/clypt-mcp
Clypt is an MCP server that lets AI agents shorten, track, and manage links through the Clypt API.
About
Clypt MCP is a local stdio Model Context Protocol server that wraps Clypt’s link intelligence API so coding agents can create short links, apply tracking, and manage URLs without leaving the IDE. developers in launch mode use it when every tweet, newsletter, or README CTA needs a clean short link and you want the agent to mint and organize those assets while drafting release notes or outreach. The package ships via npm as clypt-mcp with environment-based authentication through CLYPT_API_KEY from the Clypt dashboard. It is narrower than a full analytics suite—it focuses on link lifecycle from the agent—but pairs well with your own UTM conventions and landing pages. Install when distribution work is frequent enough that copying links into a browser tab breaks flow. Outputs are managed links in Clypt you can reuse across channels.
- stdio npm package clypt-mcp version 1.1.1
- Shorten, track, and manage links from any AI agent via Clypt API
- CLYPT_API_KEY from clypt.io/dashboard/settings
- AI-native link intelligence positioning in server description
- GitHub source: Bonsai-Tech-LLC/clypt-mcp
Clypt by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
claude mcp add --env CLYPT_API_KEY=YOUR_CLYPT_API_KEY clypt-mcp -- npx -y clypt-mcpAdd your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| Package | clypt-mcp |
|---|---|
| Transport | STDIO |
| Auth | None |
| Last updated | May 23, 2026 |
| Repository | Bonsai-Tech-LLC/clypt-mcp ↗ |
What it does
Let your agent shorten, track, and manage marketing links through Clypt’s API while you ship campaigns and changelog posts.
Who is it for?
Best when you already use Clypt and want link ops inside Claude Code, Cursor, or similar MCP clients.
Skip if: Skip if you only need static URLs domain with no click analytics or third-party link service.
What you get
Your agent can create and manage Clypt links in-session so distribution assets stay consistent and measurable.
- Short tracked Clypt links created via agent tool calls
- Centralized link management aligned with launch posts and emails
- Faster iteration on CTAs while drafting content in the IDE
By the numbers
- npm package identifier clypt-mcp at version 1.1.1
- Transport: stdio via npm registry package
- Repository: github.com/Bonsai-Tech-LLC/clypt-mcp
README.md
Clypt MCP Server
An MCP (Model Context Protocol) server that connects AI assistants to Clypt — the AI-Powered Link Intelligence platform. Shorten links, view analytics, manage tags and folders, all from Claude, ChatGPT, Cursor, or any MCP-compatible client.
Quick Start
npx clypt-mcp
You'll need a Clypt API key. Get one at clypt.io/dashboard/settings.
Installation
Claude Desktop
Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):
{
"mcpServers": {
"clypt": {
"command": "npx",
"args": ["-y", "clypt-mcp"],
"env": {
"CLYPT_API_KEY": "clypt_your_key_here"
}
}
}
}
Cursor
Add to your Cursor MCP settings (.cursor/mcp.json):
{
"mcpServers": {
"clypt": {
"command": "npx",
"args": ["-y", "clypt-mcp"],
"env": {
"CLYPT_API_KEY": "clypt_your_key_here"
}
}
}
}
Global Install
npm install -g clypt-mcp
CLYPT_API_KEY=clypt_your_key_here clypt-mcp
Environment Variables
| Variable | Required | Default | Description |
|---|---|---|---|
CLYPT_API_KEY |
Yes | - | Your Clypt API key |
CLYPT_BASE_URL |
No | https://clypt.io |
Custom API base URL |
Available Tools
shorten_link
Create a shortened Clypt link.
url(required) — The URL to shortenslug— Custom short codetags— Tags to attachexpiresAt— Expiration date (ISO 8601)password— Password protectionfolderId— Folder to organize into
list_links
List your shortened links with search and filtering.
search— Search by URL, title, or short codetag— Filter by taglimit— Results per page (max 100)offset— Pagination offset
get_link_analytics
Get click analytics for a specific link.
linkId(required) — Link ID or short codeperiod— Time period:7d,30d,90d, orall
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 encodesize— Size in pixels (100-1000)fgColor— Foreground hex colorbgColor— Background hex color
manage_tags
Create or list tags.
action(required) —createorlistname— Tag name (for create)color— Tag color hex (for create)
manage_folders
Create or list folders.
action(required) —createorlistname— Folder name (for create)parentId— Parent folder ID (for create)
bulk_shorten
Shorten multiple URLs at once (max 25).
urls(required) — Array of URLstags— Tags for all linksfolderId— Folder for all links
delete_link
Delete a link by ID.
linkId(required) — Link ID to delete
create_ab_test
Create an A/B split test on a link (Pro plan or above).
linkId(required) — The link ID to testvariants(required) — Array of 2–5 variants, each withurl, optionallabel, andweight(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 IDvariantId(required) — The variant ID to promote
generate_ai_qr_code
Generate an AI artistic QR code using Stable Diffusion + ControlNet (Pro plan or above).
linkId(required) — The link ID to generate forprompt— Text prompt describing the desired art stylestyle— Preset style:watercolor,oil_painting,cyberpunk,minimal,japanese,nature,abstract,geometric
Example Usage
Once configured, you can ask your AI assistant things like:
"Shorten https://example.com/my-long-article-url with the tag 'marketing'"
"Show me analytics for my top links this month"
"Create a QR code for clypt.io/abc123"
"List all my links tagged 'campaign-q1'"
"Bulk shorten these 5 URLs for our newsletter"
"Set up a 50/50 A/B test on my landing page link with the new design vs the old one"
"Check the A/B test results — is there a winner yet?"
"Promote the winning variant and end the test"
Development
git clone https://github.com/Bonsai-Tech-LLC/clypt-mcp.git
cd clypt-mcp
npm install
npm run build
CLYPT_API_KEY=your_key node dist/index.js
License
MIT - See LICENSE for details.
Links
- Clypt — AI-Powered Link Intelligence
- Clypt API Docs
- MCP Protocol
- Report Issues
Recommended MCP Servers
How it compares
stdio link-management MCP integration, not a full SEO or web analytics platform skill.
FAQ
Who is Clypt for?
It is for developers and growth-minded developers who use Clypt for short links and want those operations available as MCP tools in their coding agent.
When should I use Clypt?
Use it during launch and distribution sprints when you are publishing many tracked links across social, email, and docs from the same agent workspace.
How do I add Clypt to my agent?
Install the npm package clypt-mcp, set CLYPT_API_KEY from clypt.io/dashboard/settings, and register the stdio MCP server in your client configuration.