← Back to browse

facebook-pages-mcp

Indexed by io.github.lanternrow

About

Facebook Pages organic analytics, post management, and insights via Meta Graph API v25.0.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsFB_PAGE_ACCESS_TOKEN FB_PAGE_ID
Claude Code
claude mcp add --env FB_PAGE_ACCESS_TOKEN= --env FB_PAGE_ID= facebook-pages-mcp -- npx facebook-pages-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"facebook-pages-mcp","command":"npx","args":["facebook-pages-mcp"],"env":{"FB_PAGE_ACCESS_TOKEN":"","FB_PAGE_ID":""}}'
JSON
{
  "mcpServers": {
    "facebook-pages-mcp": {
      "command": "npx",
      "args": [
        "facebook-pages-mcp"
      ],
      "env": {
        "FB_PAGE_ACCESS_TOKEN": "",
        "FB_PAGE_ID": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.