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
Select Your Client
Choose the AI assistant or IDE you want to connect:
Enter Your App ID
Don't have an App ID? Get one free →
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" } } } }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
- Node.js 18+ – Required to run
npx. Download from nodejs.org - OpenGraph.io App ID – Get one free at dashboard.opengraph.io