opn mcp for Cline
io.github.ysalitrynskyi/opn-mcp
MCP server for opn.onl: shorten links, analytics, branded QR codes, and link management.
client:Cline
transport:stdio
runtime:npm
Install opn mcp in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"opn-mcp": {
"command": "npx",
"args": [
"-y",
"opn-mcp"
],
"env": {
"OPN_API_KEY": "<OPN_API_KEY>",
"OPN_BASE_URL": "<OPN_BASE_URL>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs