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
Outlook Meetings SchedulerView
EventbriteA Model Context Protocol (MCP) server for Eventbrite event management, reporting, and analytics.View
HireBaseA Model Context Protocol (MCP) server providing tools to interact with the HireBase Job API.View
MCP Kanban MemoryAn MCP tool set providing kanban-based task management state for AI-driven development. This is simi...View
HyperspellNote that Claude needs the absolute path to uv, which can be found with which uv (it's usually ~/.lo...View
mcp-todomcp-todo 是一个用于管理待办事项的项目。该项目致力于帮助用户高效地记录、跟踪和完成日常任务,提升工作...View