OpenGraph.io MCP Server for Cline
io.github.securecoders/opengraph-io-mcp
MCP server for OpenGraph.io API - fetch OG data, screenshots, scrape, and generate images
client:Cline
transport:stdio
runtime:npm
Install OpenGraph.io MCP Server 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": {
"opengraph-io-mcp": {
"command": "npx",
"args": [
"-y",
"opengraph-io-mcp"
]
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs