Model Context Protocol
Connect FB Downlo directly to your favorite AI tools. Download videos, reels, and stories without leaving your conversation in Claude or your code in Cursor.
What is MCP?
The Model Context Protocol (MCP) is an open standard that allows AI models to use external tools securely. By using our MCP server, you give your AI agent "eyes" to see and extract Facebook media.
AI-First Tooling
Instead of manually pasting links into a website, simply tell Claude: "Download the video at this FB link," and our MCP tool handles the extraction instantly.
How to Connect
Request Access Keyhttps://fbdownlo.com/mcp/sse?apiKey=YOUR_KEY
Replace YOUR_KEY with the key provided by the administrator.
Using with Cursor
- Open Settings > Features > MCP
- Click "+ Add New MCP Server"
- Type:
SSE - Name:
FB Downlo - URL: Paste the endpoint above
Using with Claude Desktop
Add this to your claude_desktop_config.json:
"mcpServers": {
"fb-downlo": {
"url": "https://fbdownlo.com/mcp/sse"
}
}