mcpbeat Sign in

Facebook Pages MCP Server

local only

Facebook Pages MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 47 installs a week from npm. Last commit 29 Jun 2026.

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

Installs per day peak 27 · avg 9 · -44% w/w
a month agotoday
47
Installs / week
npm · facebook-pages-mcp
0
Stars
0 open issues
29 Jun 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command release.mjs:24
const run = (cmd) => execSync(cmd, { stdio: "inherit" });

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add facebook-pages-mcp -- npx -y facebook-pages-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "facebook-pages-mcp": {
      "args": [
        "-y",
        "facebook-pages-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.facebook-pages-mcp]
command = "npx"
args = ["-y", "facebook-pages-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "facebook-pages-mcp": {
      "args": [
        "-y",
        "facebook-pages-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "facebook-pages-mcp": {
      "args": [
        "-y",
        "facebook-pages-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: FB_PAGE_ACCESS_TOKEN (Long-lived Facebook Page Access Token), FB_PAGE_ID (Default Facebook Page ID (numeric)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Facebook Pages MCP

same job, measured the same way
Tiktok Organic MCP
by lanternrow

TikTok organic analytics — video performance, engagement metrics, and profile insights.

26 installs/wk local only
BrightSite
by brightsitehq

Manage BrightSite websites: pages, blog posts, components, forms, media, and analytics.

answering
Instagram MCP
by mcpware

Instagram MCP — 23 tools for Instagram Graph API: posts, DMs, stories, reels, analytics.

123 installs/wk local only
HYPD AI - Paid Ads & Analytics
by hypd-ai

Google Ads, Meta (Facebook) Ads, GA4 and Merchant Center analysis in plain language. Read-only.

answering
Sociality.io MCP
by sociality

Social media analytics, post insights, and competitor benchmarking for AI agents.

answering
Tiktok Creator
by wmarceau

TikTok automation: post videos, get analytics, manage comments

53 installs/wk local only
I
LEV MCP (Beta)
by shivleverage

Privacy scores, merchant insights analytics.

answering
Youtube Organic MCP
by lanternrow

YouTube organic analytics — channel stats, video performance, watch time & audience insights.

24 installs/wk local only

Facebook Pages MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Facebook Pages MCP?
Facebook Pages MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package facebook-pages-mcp was installed 47 times last week.
How do I connect Facebook Pages MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls facebook-pages-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Facebook Pages MCP?
The npm package facebook-pages-mcp was installed 47 times in the last week. Week over week that is -44%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Facebook Pages MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.