Odel
OpenGraph.io MCP Server

OpenGraph.io MCP Server

Local
@securecoders2TypeScriptISCUpdated 2mo ago

MCP server for OpenGraph.io API - fetch OG data, screenshots, scrape, and generate images

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmopengraph-io-mcpv1.3.5

Run

npx -y opengraph-io-mcp

MCP client config

{
  "mcpServers": {
    "opengraph-io-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "opengraph-io-mcp"
      ]
    }
  }
}