Shortimize API

Integration

Endpoint:https://api.shortimize.com

MCP server and integration endpoints


Shortimize MCP Server

MCP Endpoint

Copy the url to connect any MCP-compatible AI tool

https://api.shortimize.com/mcp

AI Tool Configuration

Choose your AI tool and copy the configuration to get started.


  1. Open Claude Desktop and click Settings in the lower corner
  2. Navigate to Developer tab → Edit Config
  3. Add this configuration to claude_desktop_config.json:
    JSONclaude_desktop_config.json
    {
      "mcpServers": {
        "MCP Server": {
          "command": "npx",
          "args": [
            "mcp-remote",
            "https://api.shortimize.com/mcp"
          ]
        }
      }
    }
  4. Save the file and restart Claude Desktop. Look for the 🔨 icon in the bottom-right corner.

macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json

View official docs