
Security News
White House Authorizes Private Companies to Conduct Offensive Cyber Operations
A new federal program will let vetted U.S. cybersecurity firms help investigate and disrupt foreign cybercrime groups under government direction.
facebook-mcp-server
Advanced tools
Standalone Facebook Pages MCP Server — SENSE + ACT tools for the Graph API
A Model Context Protocol (MCP) server for the Facebook Graph API (Pages). Enables Claude Desktop and other MCP clients to read insights, create posts, manage comments, and more — all through the Facebook Pages API.
| Tool | Description |
|---|---|
fb_get_page_insights | Page-level metrics: impressions, reach, engagements, follower count |
fb_get_post_insights | Post-level metrics: impressions, clicks, reactions |
fb_get_comments | Comments on a post with author info, likes, replies |
fb_get_page_feed | Your published posts with permalinks, shares, timestamps |
| Tool | Description |
|---|---|
fb_create_post | Create text, link, photo, or video posts. Supports first-comment for CTAs |
fb_reply_comment | Reply to a comment on a post |
fb_delete_post | Delete a post you published |
git clone https://github.com/luminarylane/facebook-mcp-server.git
cd facebook-mcp-server
npm install
npm run build
cp .env.example .env
# Edit .env with your credentials:
# FACEBOOK_ACCESS_TOKEN=your_long_lived_facebook_page_token_here
# FACEBOOK_PAGE_ID=your_facebook_page_id_here
# Development
npm run dev
# Production
npm start
Add to your claude_desktop_config.json:
{
"mcpServers": {
"facebook": {
"command": "node",
"args": ["/path/to/facebook-mcp-server/dist/index.js"],
"env": {
"FACEBOOK_ACCESS_TOKEN": "your_token_here",
"FACEBOOK_PAGE_ID": "your_page_id_here"
}
}
}
}
action hints for agents# Run tests
npm test
# Development server (auto-reload)
npm run dev
# Type check
npx tsc --noEmit
# Build
npm run build
The test suite covers:
npm test
FAQs
Standalone Facebook Pages MCP Server — SENSE + ACT tools for the Graph API
We found that facebook-mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
A new federal program will let vetted U.S. cybersecurity firms help investigate and disrupt foreign cybercrime groups under government direction.

Research
/Security News
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.