Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"clypt": {
"env": {
"CLYPT_API_KEY": "clypt_your_key_here"
},
"args": [
"-y",
"clypt-mcp"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
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.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'clypt-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked clypt-mcp against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in marketing / analytics
MCP Server for GCP environment for interacting with various Observability APIs.
DataForSEO API modelcontextprotocol server
⚡ A Simple / Speedy / Secure Link Shortener with Analytics, 100% run on Cloudflare.
MCP server that enables AI agents to perform comprehensive web audits using Google Lighthouse with 13+ tools for performance, accessibility, SEO, and security analysis.
MCP Security Weekly
Get CVE alerts and security updates for Clypt MCP Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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.
npx clypt-mcp
You'll need a Clypt API key. Get one at clypt.io/dashboard/settings.
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"
}
}
}
}
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"
}
}
}
}
npm install -g clypt-mcp
CLYPT_API_KEY=clypt_your_key_here clypt-mcp
| Variable | Required | Default | Description |
|---|---|---|---|
CLYPT_API_KEY | Yes | - | Your Clypt API key |
CLYPT_BASE_URL | No | https://clypt.io | Custom API base URL |
shorten_linkCreate 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 intolist_linksList 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 offsetget_link_analyticsGet click analytics for a specific link.
linkId (required) — Link ID or short codeperiod — Time period: 7d, 30d, 90d, or allget_dashboard_statsGet high-level dashboard statistics (total links, clicks, top performers). No parameters required.
generate_qr_codeGenerate a QR code for any URL.
url (required) — URL to encodesize — Size in pixels (100-1000)fgColor — Foreground hex colorbgColor — Background hex colormanage_tagsCreate or list tags.
action (required) — create or listname — Tag name (for create)color — Tag color hex (for create)manage_foldersCreate or list folders.
action (required) — create or listname — Folder name (for create)parentId — Parent folder ID (for create)bulk_shortenShorten multiple URLs at once (max 25).
urls (required) — Array of URLstags — Tags for all linksfolderId — Folder for all linksdelete_linkDelete a link by ID.
linkId (required) — Link ID to deletecreate_ab_testCreate 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 with url, optional label, and weight (weights must sum to 100)get_ab_test_resultsGet A/B test results including per-variant clicks, statistical significance (chi-square), and winner recommendation.
linkId (required) — The link IDend_ab_testEnd an active A/B test. The link reverts to its original URL. Test data is preserved.
linkId (required) — The link IDpromote_ab_test_winnerPromote a winning variant as the sole destination URL and end the test.
linkId (required) — The link IDvariantId (required) — The variant ID to promotegenerate_ai_qr_codeGenerate 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_painti