Home › Development › opn-mcp

opn-mcp

MCP server for opn.onl: shorten links, analytics, branded QR codes, and link management.

TypeScript CloudLocal
★ 2 stars Last pushed 2026-07-17 License: MIT

Topics: Developer Tools

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.2.0)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "opn-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "OPN_API_KEY": "<YOUR_VALUE>",
        "OPN_BASE_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • OPN_API_KEY required secret — Your opn.onl API key (create one under Settings → API Keys).
  • OPN_BASE_URL — API base URL. Set this to your own instance's API for a self-hosted opn.onl.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry