← Back to Plugins
MCP Server MCP

io.github.lanternrow/facebook-pages-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "facebook-pages-mcp",
      "version": "1.0.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Long-lived Facebook Page Access Token",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "FB_PAGE_ACCESS_TOKEN"
        },
        {
          "description": "Default Facebook Page ID (numeric)",
          "isRequired": true,
          "format": "string",
          "name": "FB_PAGE_ID"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...