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"
}
}
}
}
संबंधित सर्वर
SS&C Next Generation
Connects AI agents to the SS&C Next Generation REST API to automate business processes.
Clockify
Manage your Clockify time entries using natural language prompts.
OpenHeidelberg
Fetches and merges iCal calendar entries from various sources.
Atlassian
Interact with Atlassian tools like Confluence and Jira.
Peek.com Remote MCP Server
Simplify trip planning with Peek.com's Remote MCP for amazing experiences
HubSpot MCP Server
Interact with the HubSpot CRM API for sales analysis and insights.
Blogger Posting
Automate blog posting on Google Blogger using the Blogger API.
AutoWP
Connects Claude to WordPress sites to create posts and manage sites using the WordPress REST API.
mcp-todo
A simple to-do list manager to record, track, and complete daily tasks.
MCP-MD-PDF: Markdown to Word/PDF Converter
A simple, reliable Model Context Protocol (MCP) server that converts Markdown files into professional Word (.docx) and PDF documents — with full support for .dotx templates.