MCP server for opn.onl: shorten links, analytics, branded QR codes, and link management.
claude mcp add opn-mcp -- npx -y opn-mcp
claude_desktop_config.json
{
"mcpServers": {
"opn-mcp": {
"command": "npx",
"args": [
"-y",
"opn-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"opn-mcp": {
"command": "npx",
"args": [
"-y",
"opn-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"opn-mcp": {
"command": "npx",
"args": [
"-y",
"opn-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"opn-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"opn-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"opn-mcp": {
"command": "npx",
"args": [
"-y",
"opn-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.ysalitrynskyi--opn-mcp/reviews or the review_server meta-tool.
POST /mcp