OpenGraph.io MCP Server for Cursor
io.github.securecoders/opengraph-io-mcp
MCP server for OpenGraph.io API - fetch OG data, screenshots, scrape, and generate images
client:Cursor
transport:stdio
runtime:npm
Install OpenGraph.io MCP Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"opengraph-io-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"opengraph-io-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs