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 Generator AI MCP
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
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
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 Connectors
MCP server for trivia: 1.4M+ questions (EN+PL), 24 categories, 12 tools + 4 prompts, OAuth 2.1.
Trivia MCP — wraps Open Trivia Database (free, no auth)
Quiz.Video MCP: list, create, AI-generate, and render quiz and flashcard videos.
Practice questions for the four Claude certifications. The assistant never sees the key.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceAn 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.-
- AlicenseNot gradedqualityBmaintenanceQuiz Generator AI - MCP server providing AI-powered tools and automation by MEOK AI Labs15MIT
- FlicenseNot gradedqualityBmaintenanceEnables users to run and interact with a quiz application through Claude Desktop or claude.ai, supporting user registration, question retrieval, answer validation, leaderboard generation, and answer review.1-
- FlicenseNot gradedqualityBmaintenanceEnables users to run an interactive quiz through natural language, registering players, retrieving questions, validating answers, and generating leaderboards or answer reviews via MCP tools.-
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