og-mcp is a Model-Context-Protocol (MCP) server that provides access to OpenGraph.io API endpoints for AI agents through a standard MCP interface.
From the registry: MCP server for OpenGraph.io API - fetch OG data, screenshots, scrape, and generate images

Please install the `opengraph-io-mcp` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **OpenGraph.io App ID** — Sign up at opengraph.io for an App ID. (https://www.opengraph.io/)
Canonical MCP server config (HTTP transport):
- url: `https://mcp.opengraph.io/mcp`
- headers:
- `x-app-id`: `<your-opengraph-app-id>`
Note: Hosted HTTPS endpoint is the recommended/simplest path. Local stdio alternative: `npx opengraph-io-mcp --app-id <your-app-id>`.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.OPENGRAPH_APP_IDrequiredOpenGraph.io App ID required for server functionalityAPP_IDrequiredAlternative environment variable for OpenGraph.io App IDAI-powered browser automation — navigate, click, fill forms, and extract data from any website.