← Back to Plugins
MCP Server MCP

io.github.ysalitrynskyi/opn-mcp

github By github 👁 2 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "opn-mcp",
      "version": "1.2.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your opn.onl API key (create one under Settings → API Keys).",
          "isRequired": true,
          "isSecret": true,
          "name": "OPN_API_KEY"
        },
        {
          "description": "API base URL. Set this to your own instance's API for a self-hosted opn.onl.",
          "default": "https://l.opn.onl",
          "name": "OPN_BASE_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...