mcp-facebook
Related Servers
Alternatives to mcp-facebook
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityCmaintenanceMCP server for managing organic Facebook Page content: create and schedule posts, read posts and comments, view page insights, and delete posts.MIT
- FlicenseAqualityDmaintenanceA Model Context Protocol (MCP) server implementation that provides Facebook Page interaction and management capabilities. This server enables automated posting, comment moderation, and content retrieval.775-
- AlicenseNot gradedqualityFmaintenanceFacebook MCP server for automating posts, comment moderation, insights, and sentiment filtering.223PythonMIT
- AlicenseAqualityAmaintenanceA TypeScript MCP server for the Meta Graph API focused on Facebook Pages, enabling publishing, reading, insights, and moderation tasks.3042 npm1MIT
- AlicenseAqualityCmaintenanceMCP server for Facebook Pages organic analytics and management using Meta Graph API v25.0. Enables AI assistants to read page insights, posts, comments, and publish content via natural language.926 npmMIT
- FlicenseNot gradedqualityDmaintenanceMCP server for interacting with Facebook Messenger API, enabling message sending, receiving, and management through natural language.2-
TDQS
Scored across 8 tools
Each tool targets a distinct resource and action: post CRUD, comment interactions, and insights. The boundaries between immediate posting (facebook_create_post) and scheduling (facebook_schedule_post) are clearly described, leaving no room for misselection.
All tool names follow the consistent facebook_verb_noun pattern in snake_case (e.g., facebook_get_posts, facebook_create_post, facebook_reply_comment). Verb choices are predictable and resource nouns are clear.
Eight tools is a well-scoped set for a Facebook Page management server. Each tool serves a unique purpose, and there is no redundant or bloat functionality.
The toolset covers core post operations (create, read, schedule, delete), comment management (read, reply, hide), and insights retrieval. However, missing post editing/update and comment deletion are minor gaps that agents can work around.