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"
}
}
}
}
Serveurs connexes
MetaTrader MCP Server
A Python-based MCP server that allows AI LLMs to execute trades on the MetaTrader 5 platform.
Saga
A Jira-like project tracker for AI agents — epics, tasks, dependencies, and dashboards, all in local SQLite with zero setup.
Resource Hub
Connects to the Resource Hub to centrally configure and manage your MCP servers.
Browser Control MCP
Enables AI agents to control a local browser, manage tabs, and conduct research via a browser extension.
WHMCS MCP Tools
set of tools for whmcs management
esa.io
An MCP server for the esa.io API, allowing you to search, read, create, update, and delete posts.
MindmupGoogleDriveMcp
This server enables you to search, retrieve, and parse MindMup files stored in your Google Drive directly through the MCP interface.
AutoWP
Connects Claude to WordPress sites to create posts and manage sites using the WordPress REST API.
JIRA Zephyr
Integrates with JIRA's Zephyr test management system.
n8n MCP Server
Automate workflows with n8n, a powerful workflow automation tool.