MiniURL for Claude Desktop
io.github.addychang/miniurl
OAuth 2.1 short-link tools for AI agents with scoped tokens, approvals, audit logs, and revocation.
client:Claude Desktop
transport:streamable-http
tools:23
Install MiniURL in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"miniurl": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://workers.miniurl.com/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
What Claude Desktop can do once it is connected
- create_guest_token
- clear_authentication
- shorten_url
- send_registration_code
- verify_registration_code
- get_account_status
- start_pro_upgrade
- list_domains
- add_domain
- delete_domain
- verify_domain
- list_links
- get_link
- update_link
- delete_link
- bulk_create_links
- get_link_stats
- check_alias
- list_tags
- create_tag
- delete_tag
- tag_link
- untag_link