Model Context Protocol (MCP) server for the official Facebook Graph API — manage credentials and read/write Pages, Posts, Comments, Likes/Reactions, Insights and more.
Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"facebook-automata-mcp","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# facebook-automata-mcp MCP (Model Context Protocol) server for the **official Facebook Graph API**. Exposes a complete toolset for Pages, Posts, Comments, Likes/Reactions, Photos/Videos, Events and Insights, plus dedicated tools to store and validate your Facebook credentials. ## Install & run No install needed if you have [uv](https://docs.astral.sh/uv/): ```bash uvx facebook-automata-mcp ``` Or install with pip: ```bash pip install facebook-automata-mcp facebook-automata-mcp ``` ### Use with an MCP client (e.g. Claude Desktop / Claude Code) ```json { "mcpServers": { "facebook": { "command": "uvx", "args": ["facebook-automata-mcp"] } } } ``` ## Credentials You do **not** need to edit any config file by hand. Once the server is connected to your MCP client, just ask it (in your own words) to configure Facebook, which will call the `set_facebook_credentials` tool, e.g.: > "Set my Facebook access token to EAAB..." This will: 1. Validate the token against `GET /me`. 2. Save it to `~/.facebook-automata-mcp/credentials.json` (created with `0700`/`0600` permissions, owner-only). 3. Return your validated identity (id/name). Fields you can provide: | field | required | purpose | |---------------|----------|------------------------------------------------------------------| | `access_token`| yes | User, Page, or App access token | | `app_id` | no | Enables `/debug_token` introspection (scopes, expiry) | | `app_secret` | no | Used together with `app_id` for `/debug_token` | | `page_id` | no | Default Page ID used when a tool's `page_id` argument is omitted | | `api_version` | no | Graph API version, defaults to `v21.0` | Check current credentials at any time with `check_facebook_credentials` (does a live validation call) or `get_credentials_statu…
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.