MCP Server
MCP
io.github.ysalitrynskyi/opn-mcp
MCP server for opn.onl: shorten links, analytics, branded QR codes, and link management.
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
By
Comments
Sign in to leave a comment