Link Preview API for Claude Desktop
io.github.cmondillo/link-preview-api
Pay-per-call Open Graph/link preview metadata for AI agents. $0.01 USDC per call, no signup.
client:Claude Desktop
transport:streamable-http
Install Link Preview API in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"link-preview-api": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://link-preview-api-z4nf.onrender.com/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs