PluginBench
MCP Server

OpenGraph.io MCP Server MCP Server

io.github.securecoders/opengraph-io-mcp

What is the OpenGraph.io MCP Server MCP server?

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

How to install OpenGraph.io MCP Server

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "opengraph-io-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "opengraph-io-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "opengraph-io-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "opengraph-io-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "opengraph-io-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "opengraph-io-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "opengraph-io-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "opengraph-io-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add opengraph-io-mcp -- npx -y opengraph-io-mcp

Related MCP servers

Fan out deep research across multiple AI providers, synthesize into one unified report.

OpenGraph.io MCP Server MCP Server | PluginBench