Url Shortener
Freeby MCP Community
A URL shortener MCP server built with Express, Prisma, TypeScript, and SQLite
v1.6.0Added Apr 12, 2026
Url Shortener MCP Server
A URL shortener MCP server built with Express, Prisma, TypeScript, and SQLite
Installation
Reviews
Installation
Quick install
npx -y url-shortener-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"url-shortener": {
"command": "npx",
"args": ["-y", "url-shortener-mcp"]
}
}
}