Integrate Short.io with AI assistants like Claude Desktop and VS Code using the Model Context Protocol (MCP). Manage your short links through natural language conversations.
View DocumentationAdd the following configuration to your MCP-enabled service settings. Replace YOUR_API_KEY with your Short.io API key.
{
"mcpServers": {
"short-io": {
"command": "npx",
"args": [
"mcp-remote",
"https://ai-assistant.short.io/mcp",
"--header",
"Authorization:${AUTH_HEADER}"
],
"env": {
"AUTH_HEADER": "YOUR_API_KEY"
}
}
}
}Short.io MCP works with any service that supports MCP servers, including Claude Desktop, VS Code with Cline extension, and other MCP-enabled AI tools.
Note: The current MCP implementation does not support editing or deleting existing links. You must manually remove old links from the dashboard before creating replacements.