URL Shortener (x.gd)
Creates shortened URLs using the x.gd service.
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 Servers
Coze Workflow
An MCP server to execute Coze workflows locally via a Python script.
MS-365 MCP Server
A containerized MCP server for Microsoft 365, featuring OAuth authentication and OpenTelemetry instrumentation for monitoring.
Rework
Integrate AI applications with the Rework platform to manage projects, tasks, workflows, and jobs.
Pandoc
A server for converting document formats using Pandoc.
Reclaim AI
Reclaim is an ai calendar management tool that helps you plan your schedule and tasks.
incident.io
An MCP server for interacting with the incident.io V2 API for incident management.
Notion MCP Server
An MCP server for interacting with your Notion workspace, enabling LLMs to manage pages and databases.
Time MCP Server
Provides the current time using IANA timezone names, with automatic system timezone detection.
Deckbuilder
Generate intelligent PowerPoint presentations using a content-first design philosophy.
MCP Character Counter
Analyzes text to provide detailed character counts, including letters, numbers, and symbols.