FixedLink for Claude Desktop
link.fixed/fixedlink
Make and manage short links on your own domain, with analytics and routing rules.
client:Claude Desktop
transport:streamable-http
Install FixedLink in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"fixedlink": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://fixed.link/api/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs