URL Shortener (x.gd) - Secure MCP Server by ALMC Security 2025

URL Shortener (x.gd)

View on GitHub

mcp-shoten-url

日本語バージョン

This is an MCP server for creating shortened URLs using x.gd.

Installation

Note: You need to set the XGD_API_KEY environment variable.

How to get an x.gd API key

Access this link and enter your email address to issue an API key.

Installation Steps

When using Claude Code/Desktop

For Claude Code, add the following settings to ~/.claude.json. For Claude Desktop, add them to ~/Library/Application Support/Claude/claude_desktop_config.json.

{
  "mcpServers": {
    "shoten-url": {
      "command": "npx",
      "args": [
        "@hatimitu__hat/mcp-shoten-url"
      ],
      "env": {
        "XGD_API_KEY": "your_api_key_here"
      }
    }
  }
}

When using VSCode

Add the following settings to your settings.json:

{
  "mcp": {
    "shoten-url": {
      "command": "npx",
      "args": [
        "@hatimitu__hat/mcp-shoten-url"
      ],
      "env": {
        "XGD_API_KEY": "your_api_key_here"
      }
    }
  }
}

Related in Productivity - Secure MCP Servers

ServerSummaryActions
PlankaServidor MCP (Model Context Protocol) para integración completa con tableros Kanban de Planka. Permi...View
User Prompt MCPA Model Context Protocol (MCP) server for Cursor that enables requesting user input during generatio...View
Liquidium MCP ServerA Model Context Protocol (MCP) server for interacting with PostHog analytics through Liquidium. Crea...View
YTTranscipterMultilingualMCPView
HyperwebThis project implements a Model Context Protocol (MCP) server that helps you use Hyperweb platform t...View
OneNoteA Model Context Protocol (MCP) server implementation that enables AI language models like Claude and...View