MCP.so
登录

Facebook MCP Server

@HagaiHen

关于 Facebook MCP Server

Facebook MCP server for automating posts, comment moderation, insights, and sentiment filtering.

基本信息

分类

其他

许可证

MIT

运行时

python

传输方式

stdio

发布者

HagaiHen

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "facebook-mcp-server": {
      "command": "uv",
      "args": [
        "pip",
        "install",
        "-r",
        "requirements.txt"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Facebook MCP Server?

Facebook MCP Server is an MCP server that automates and manages interactions on a Facebook Page via the Facebook Graph API. It exposes AI-callable tools for creating posts, moderating comments, fetching insights, and filtering negative feedback, designed for social media managers and LLM‑based agents like Claude.

How to use Facebook MCP Server?

Clone the repository, install dependencies with uv pip install -r requirements.txt, create a .env file with your FACEBOOK_ACCESS_TOKEN and FACEBOOK_PAGE_ID, then configure it in Claude Desktop by adding a JSON entry pointing to server.py using uv run.

Key features of Facebook MCP Server

  • Create and schedule Facebook posts with text or images
  • Reply to, hide, unhide, or delete comments on posts
  • Filter comments by negative sentiment keywords
  • Retrieve post impressions, clicks, reactions, and engaged users
  • Manage multiple comments in bulk (delete, hide, unhide)
  • Send direct messages to users and get page information

Use cases of Facebook MCP Server

  • Automate daily content posting and scheduling on a Facebook Page
  • Moderate comment sections by hiding or deleting harmful comments
  • Analyze post performance with engagement and impression metrics
  • Identify and respond to top commenters automatically
  • Send personalized direct messages from the Page

FAQ from Facebook MCP Server

What dependencies does Facebook MCP Server require?

It requires Python, the uv package manager, the requests library, and the mcp[cli] package.

How do I get Facebook credentials to use the server?

Obtain your Facebook Page access token and Page ID from the Facebook Graph API Explorer at developers.facebook.com/tools/explorer.

How do I configure Facebook MCP Server in Claude Desktop?

In Claude’s config file (Settings → Developer → Edit Config), add a JSON entry with command uv and arguments including run, --with mcp[cli], --with requests, mcp run, and the path to server.py.

评论

其他 分类下的更多 MCP 服务器