OpenGraph.io

MCP Install Hub

Select your AI client, enter your App ID, and get a ready-to-use configuration. Install OpenGraph.io MCP in under 2 minutes.

Installation

  1. Select Your Client

    Choose the AI assistant or IDE you want to connect:

  2. Enter Your App ID

    Don't have an App ID? Get one free →

  3. Copy Your Configuration

    Add to ~/.cursor/mcp.json:

    ~/.cursor/mcp.json
    {
      "mcpServers": {
        "opengraph": {
          "command": "npx",
          "args": [
            "-y",
            "opengraph-io-mcp"
          ],
          "env": {
            "OPENGRAPH_APP_ID": "YOUR_OPENGRAPH_APP_ID"
          }
        }
      }
    }

    View detailed Cursor setup guide →

  4. Verify Installation

    After adding the configuration, restart your AI client, then try this prompt:

    Test Prompt

    Copy and paste this into your AI assistant:

    Unfurl https://github.com and show me the title and description.

    If the tools aren't working, check our troubleshooting guide.

Prerequisites