fb-organic-mcp
Provides tools for managing organic Facebook Page content, including creating and scheduling text and photo posts, reading posts and comments, and fetching page insights.
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., "@fb-organic-mcpSchedule a photo post for tomorrow at 9am"
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.
fb-organic-mcp
Dependency-free MCP stdio server for organic Facebook Page content — create/schedule posts, photo posts, read posts and comments, page insights, delete posts.
It complements @mikusnuz/meta-ads-mcp (ads) and @mikusnuz/meta-mcp
(Instagram/Threads): neither covers organic Facebook Page publishing, this
server does only that. Single file, no dependencies, Node ≥ 18.
Run
META_ADS_ACCESS_TOKEN=... npx -y github:Green-pep/fb-organic-mcp#v1.0.0Always pin a tag (#v1.0.0) — unpinned git refs drift silently.
Related MCP server: Facebook MCP Server
Environment
Variable | Required | Purpose |
| yes | Meta user/system token. The server exchanges it per page for a Page access token ( |
| no | Default page id when a tool call omits |
Token scopes: read tools work with pages_show_list + pages_read_engagement;
write tools (create_page_post, create_page_photo_post, delete_page_post)
require pages_manage_posts.
Tools (9)
Tool | What it does |
| Pages the token manages (id, name, category). |
| Page profile: name, about, category, fan_count, link. |
| Posts newest-first; |
| Organic text/link post; |
| Photo post by public URL, optional caption/scheduling. |
| Read one post incl. reactions/comments/shares summary. |
| Comments on a post (read-only). |
| Delete a post. Destructive — confirm with the operator first. |
| Page impressions / engagements / fans / views for day, week or days_28. |
HuMind dashboard catalog definition
Field | Value |
|
|
|
|
|
|
|
|
Releasing a change
Edit
fb-organic-mcp.mjs; bumpversioninpackage.jsonand in theinitializehandler'sserverInfo.Commit, tag (
git tag v1.x.y && git push --tags).Update the catalog
argspin to the new tag. Sessions pick it up on their next launch; the first launch per container re-downloads once (npx cache).
Smoke test
printf '%s\n%s\n' \
'{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}' \
'{"jsonrpc":"2.0","id":2,"method":"tools/list"}' \
| node fb-organic-mcp.mjsExpect an initialize reply and a 9-tool list. Tool calls without
META_ADS_ACCESS_TOKEN return an in-band error, never crash.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceMCP server to safely publish posts to multiple Facebook Pages via Meta Graph API, with built-in guardrails for brand voice, banned topics, image requirements, and anti-duplication.Last updated4MIT
- 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.Last updated775
- Alicense-qualityDmaintenanceMCP server for Facebook Pages that allows creating, scheduling, and deleting posts, managing comments, and retrieving Page insights using the Facebook Graph API.Last updated16MIT
- Alicense-qualityCmaintenanceMCP server for organic Instagram analytics via the Meta Graph API, providing read-only tools for profiles, media, insights, audience, and optional publishing.Last updatedGPL 3.0
Related MCP Connectors
Social media MCP: publish, schedule & analyze posts on TikTok, Instagram, YouTube, LinkedIn & X
PostKing MCP server for managing brands, generating posts, scheduling content, and publishing blogs.
Connect any AI agent to 11+ social platforms: schedule, publish & track posts via hosted MCP.
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/Green-pep/fb-organic-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server