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: Quiz 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.
Related MCP Servers
- Flicense-qualityDmaintenanceProvides comprehensive CRUD access to Anki flashcard data via MCP, enabling Claude to analyze decks, manage cards, create and update flashcards, organize tags, and perform advanced spaced repetition analysis through 18 data management tools.
- Flicense-qualityDmaintenanceAn interactive programming quiz server that provides assessment tools across ten tech categories with three difficulty levels. It enables users to launch quiz interfaces, receive graded feedback with explanations, and request hints through MCP-compatible tools.
- Alicense-qualityBmaintenanceA general-purpose MCP server with utility tools including datetime information, safe math calculations, text statistics, JSON extraction, knowledge base search, and HTTP GET requests. It demonstrates server-side MCP implementation and can be connected to Claude Desktop or LangGraph agents.MIT
- Alicense-qualityAmaintenanceQuiz Generator AI - MCP server providing AI-powered tools and automation by MEOK AI Labs9MIT
Related MCP Connectors
Trivia MCP — wraps Open Trivia Database (free, no auth)
Security-first WordPress MCP server. 129 tools for Claude, ChatGPT, Gemini. Free on wp.org.
Augments MCP Server - A comprehensive framework documentation provider for Claude Code
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/ngothanhtung/facebook-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server