Server data from the Official MCP Registry
AI-native link intelligence — shorten, track, and manage links from any AI agent
AI-native link intelligence — shorten, track, and manage links from any AI agent
Valid MCP server (4 strong, 2 medium validity signals). 1 known CVE in dependencies (1 critical, 0 high severity) Package registry verified. Imported from the Official MCP Registry.
8 files analyzed · 2 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: CLYPT_API_KEY
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-bonsai-tech-llc-clypt": {
"env": {
"CLYPT_API_KEY": "your-clypt-api-key-here"
},
"args": [
"-y",
"clypt-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
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 deleteOnce 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"
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
MIT - See LICENSE for details.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
by mcp-marketplace · Developer Tools
Scaffold, build, and publish TypeScript MCP servers to npm — conversationally
by mcp-marketplace · Finance
Free stock data and market news for any MCP-compatible AI assistant.