Skip to main content
Glama

Facebook Page MCP Server

MCP đăng & quản lý nội dung trên Facebook Page qua Meta Graph API v21.0. Chạy STDIO (npx từ GitHub). Ai cũng dùng được — chỉ điền 2 biến môi trường, không sửa code.

10 tools: get_page_info, post_status, post_link, post_photo, post_video, list_posts, get_post, delete_post, get_post_comments, reply_comment.

Biến môi trường

Biến

Bắt buộc

Mô tả

FB_PAGE_ID

ID Facebook Page

FB_PAGE_ACCESS_TOKEN

Page Access Token (nên dùng long-lived)

FB_GRAPH_VERSION

Mặc định v21.0

Related MCP server: Facebook MCP Server

Lấy token

  1. developers.facebook.com → tạo App (Business).

  2. Graph API Explorer → chọn app + page → cấp quyền: pages_manage_posts, pages_read_engagement, pages_show_list.

  3. Generate token → đổi sang long-lived token.

  4. Lấy Page ID trong phần About của page.

Import vào Evose (STDIO / npx)

{
  "mcpServers": {
    "facebook": {
      "command": "npx",
      "args": ["-y", "github:<user>/facebook-mcp"],
      "env": {
        "FB_PAGE_ID": "...",
        "FB_PAGE_ACCESS_TOKEN": "..."
      }
    }
  }
}

Thay <user> bằng GitHub username sau khi push. Execution Timeout để 120s.

Ghi chú

  • Ảnh/video đăng từ URL công khai. Server tự báo lỗi nếu thiếu biến môi trường (không crash).

  • License MIT.

Install Server
F
license - not found
B
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Maz1n0-zzz/facebook-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server