io.github.ysalitrynskyi/opn-mcp MCP Server
io.github.ysalitrynskyi/opn-mcp
What is the io.github.ysalitrynskyi/opn-mcp MCP server?
MCP server for opn.onl: shorten links, analytics, branded QR codes, and link management.
How to install io.github.ysalitrynskyi/opn-mcp
Copy-paste configuration for popular MCP clients.
OPN_API_KEYrequiredsecretYour opn.onl API key (create one under Settings → API Keys).
OPN_BASE_URLAPI base URL. Set this to your own instance's API for a self-hosted opn.onl.
{
"mcpServers": {
"opn-mcp": {
"command": "npx",
"args": [
"-y",
"opn-mcp"
],
"env": {
"OPN_API_KEY": "<YOUR_OPN_API_KEY>",
"OPN_BASE_URL": "<YOUR_OPN_BASE_URL>"
}
}
}
}{
"mcpServers": {
"opn-mcp": {
"command": "npx",
"args": [
"-y",
"opn-mcp"
],
"env": {
"OPN_API_KEY": "<YOUR_OPN_API_KEY>",
"OPN_BASE_URL": "<YOUR_OPN_BASE_URL>"
}
}
}
}{
"mcpServers": {
"opn-mcp": {
"command": "npx",
"args": [
"-y",
"opn-mcp"
],
"env": {
"OPN_API_KEY": "<YOUR_OPN_API_KEY>",
"OPN_BASE_URL": "<YOUR_OPN_BASE_URL>"
}
}
}
}{
"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>"
}
}
}
}claude mcp add opn-mcp --env OPN_API_KEY=<YOUR_OPN_API_KEY> --env OPN_BASE_URL=<YOUR_OPN_BASE_URL> -- npx -y opn-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.