Skip to content

Url Shortener

Free

by MCP Community

A URL shortener MCP server built with Express, Prisma, TypeScript, and SQLite

v1.6.0Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Url Shortener MCP Server

A URL shortener MCP server built with Express, Prisma, TypeScript, and SQLite

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y url-shortener-mcp
Add to claude_desktop_config.json
{
  "mcpServers": {
    "url-shortener": {
      "command": "npx",
      "args": ["-y", "url-shortener-mcp"]
    }
  }
}