quiz-it
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., "@quiz-itGive me a random JavaScript question"
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.
mcp-fb-page
MCP server for managing Facebook Page posts — create, read, update, delete, and get insights.
Works with any MCP client: Claude Desktop, Claude Code, Cline, Cursor, etc.
Setup
npm install -g mcp-fb-pageOr use directly with npx (see config examples below).
Related MCP server: Trivia By Api Ninjas MCP Server
Prerequisites
You need:
A Facebook Page (any type)
A Page Access Token with permissions:
pages_manage_posts,pages_read_engagement
Get your token
Go to Graph API Explorer
Select your app, then "Get User Access Token" with
pages_manage_posts+pages_read_engagementExchange for a long-lived token:
GET /oauth/access_token?grant_type=fb_exchange_token&client_id=...&client_secret=...&fb_exchange_token=...Get Page token:
GET /me/accounts?access_token=...
Configuration
Option 1: Env vars (recommended)
Set FB_PAGE_ID and FB_PAGE_ACCESS_TOKEN as environment variables in your MCP client config.
Option 2: Runtime config
Leave env vars empty, then call fb_set_config tool in chat to provide Page ID + token at runtime.
MCP Client Config
Claude Desktop / Claude Code
Add to your claude_desktop_config.json or .mcp.json:
{
"mcpServers": {
"fb-page": {
"command": "npx",
"args": ["-y", "mcp-fb-page"],
"env": {
"FB_PAGE_ID": "your_page_id",
"FB_PAGE_ACCESS_TOKEN": "your_long_lived_token"
}
}
}
}Cline / Cursor / Roo Code / Kilo
Same config object — add to the MCP servers section of each tool's settings.
Tools
Tool | Description |
| Set Page ID + Access Token at runtime |
| Create a new post (text, link, or photo) |
| Get post details by ID |
| Edit post message |
| Delete a post (irreversible) |
| List recent posts (with pagination) |
| Get post analytics (impressions, reach, engagements, etc.) |
Build from source
git clone <repo-url>
cd mcp-fb-page
npm install
npm run buildTech Stack
Runtime: Node.js 18+
MCP SDK:
@modelcontextprotocol/sdkv1.29Validation: Zod
API: Facebook Graph API v25.0
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.
Latest Blog Posts
- 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/ngothanhtung/facebook-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server