opn-mcp
Rank #15,546io.github.ysalitrynskyi/opn-mcp
MCP server for opn.onl: shorten links, analytics, branded QR codes, and link management.
opn-mcp is a Model Context Protocol (MCP) server published by ysalitrynskyi. It ranks #15,546 of 132,046 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. opn-mcp is listed across 3 registries — Official MCP, Glama and PulseMCP, with 2 tracked versions. It was first listed on Jun 16, 2026 and most recently updated on Jul 12, 2026.
Ranks ahead of 116,500 of 132,046 servers on MCP Toplist.
Use opn-mcp
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add opn-mcp -e "OPN_API_KEY=<your OPN_API_KEY>" -e "OPN_BASE_URL=<your OPN_BASE_URL>" -- npx -y opn-mcpReplace each placeholder with your own value before saving.
[mcp_servers.opn-mcp]
command = "npx"
args = ["-y", "opn-mcp"]
[mcp_servers.opn-mcp.env]
OPN_API_KEY = "<your OPN_API_KEY>"
OPN_BASE_URL = "<your OPN_BASE_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"opn-mcp": {
"command": "npx",
"args": [
"-y",
"opn-mcp"
],
"env": {
"OPN_API_KEY": "<your OPN_API_KEY>",
"OPN_BASE_URL": "<your OPN_BASE_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"opn-mcp": {
"command": "npx",
"args": [
"-y",
"opn-mcp"
],
"env": {
"OPN_API_KEY": "<your OPN_API_KEY>",
"OPN_BASE_URL": "<your OPN_BASE_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"opn-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"opn-mcp"
],
"env": {
"OPN_API_KEY": "<your OPN_API_KEY>",
"OPN_BASE_URL": "<your OPN_BASE_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"opn-mcp": {
"command": "npx",
"args": [
"-y",
"opn-mcp"
],
"env": {
"OPN_API_KEY": "<your OPN_API_KEY>",
"OPN_BASE_URL": "<your OPN_BASE_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"opn-mcp": {
"command": "npx",
"args": [
"-y",
"opn-mcp"
],
"env": {
"OPN_API_KEY": "<your OPN_API_KEY>",
"OPN_BASE_URL": "<your OPN_BASE_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.ysalitrynskyi%2Fopn-mcp)<a href="https://mcptoplist.com/server/io.github.ysalitrynskyi%2Fopn-mcp"><img src="https://mcptoplist.com/badge/io.github.ysalitrynskyi%2Fopn-mcp.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
ysalitrynskyi
Available versions (2)
| Version | Published |
|---|---|
| 1.2.0 | Jul 12, 2026 |
| 1.1.0 | Jun 16, 2026 |
Frequently asked questions
- Who maintains opn-mcp?
- opn-mcp is maintained by ysalitrynskyi, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is opn-mcp listed on the Official MCP Registry?
- Yes — opn-mcp is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does opn-mcp have?
- MCP Toplist tracks 2 versions of opn-mcp, most recently published on Jul 12, 2026.
- Where can I find the source code for opn-mcp?
- The source code for opn-mcp is hosted at github.com/ysalitrynskyi/opn-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.