facebook-mcp

facebook-mcp

Enables analytics and management of Facebook Pages through the Meta Graph API, including posts, insights, audience, and publishing.

Category
Visit Server

README

facebook-mcp

MCP server for organic Facebook Page analytics via the Meta Graph API (no Ads API). The Instagram tools live in the separate instagram-mcp server.

Connects every Facebook Page you manage; tools default to your first Page and accept page_id to target another.

Quick start

# Windows: double-click start.bat   ·   macOS/Linux: ./start.sh   ·   or:
python launcher.py

Installs deps, logs in with Facebook (saving tokens), and registers facebook in your Claude Desktop config. You need a Meta App ID + Secret (one-time app with Facebook Login and redirect URI http://localhost:8765/callback).

Tools

  • list_connected_accounts, fb_get_all_pages_posts, fb_get_all_pages_summary
  • fb_get_page_posts, fb_get_post_insights, fb_get_page_insights
  • fb_get_page_profile, fb_get_page_videos, fb_get_page_audience
  • fb_get_post_comments, fb_get_top_posts
  • fb_get_follower_growth, fb_get_engagement_rate, fb_compare_page_insights
  • account_health_report, list_available_metrics
  • Resource facebook://pages
  • Publishing (opt-in): fb_publish_post, fb_reply_comment, fb_hide_comment, fb_delete_comment

All tools take response_format (markdown default / json). Insight tools accept date_preset (last_7d, last_30d, this_month, …).

Auth & credentials

Login is shared with instagram-mcp — both read the same ~/.config/meta-social-mcp/credentials.json, so logging in from either server sets up both. Read permissions: pages_show_list, pages_read_engagement, read_insights, business_management.

python server.py login --app-id YOUR_APP_ID --app-secret YOUR_APP_SECRET
python server.py whoami

Publishing requires --with-publishing at login (adds pages_manage_posts, pages_manage_engagement; needs Meta App Review) and META_ENABLE_PUBLISHING=1.

Env knobs

META_GRAPH_VERSION (default v19.0), META_CACHE_TTL, META_ENABLE_PUBLISHING, META_PAGE_ACCESS_TOKEN, FB_PAGE_ID, META_SOCIAL_CREDENTIALS.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured