facebook-mcp
Allows posting and managing content on Facebook Pages via the Meta Graph API, including creating posts, uploading media, and interacting with comments.
Integrates with Meta's Graph API to manage Facebook Pages, enabling posting, editing, and deleting content, as well as reading engagement and comments.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@facebook-mcppost a status saying 'Hello World from MCP!'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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
developers.facebook.com → tạo App (Business).
Graph API Explorer → chọn app + page → cấp quyền:
pages_manage_posts,pages_read_engagement,pages_show_list.Generate token → đổi sang long-lived token.
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.
Maintenance
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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