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"
}
}
}
}
Verwandte Server
MCP Trello
A server for interacting with Trello boards, handling API integration, rate limiting, and type safety.
Simplenote MCP Server
A server to connect and manage your Simplenote notes within Claude Desktop.
Wisembly
Interacts with the Wisembly API to fetch event data.
Dialogoi
An MCP server designed to assist with novel writing, configurable via JSON project files.
Simple Voice MCP Server
A simple text-to-speech server that plays audio from text, supporting multiple voice models.
Clio MCP Server
An MCP server for integrating with Clio practice management software, tailored for Australian legal professionals.
TeXFlow
A document authoring and composition server for creating PDFs from LaTeX and Markdown, supporting collaborative editing and project-based workflows.
Adobe Express
Integrate with Adobe Express using LLMs to streamline creative tasks and workflows.
MCP Organizze
Organizze Finance Manager MCP Server. Create transactions, consult balances, and manage goals.
Interactive Leetcode MCP
An MCP server enabling guided DSA learning with AI on leetcode.com