Quiz It
БесплатноНе проверенProvides 100 IT/programming quiz questions with tools to retrieve questions by category, get random questions, check answers, and list categories, usable via Cl
Описание
Provides 100 IT/programming quiz questions with tools to retrieve questions by category, get random questions, check answers, and list categories, usable via Claude Desktop MCP or REST API.
README
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-page
Or use directly with npx (see config examples below).
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_engagement - Exchange 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 |
|---|---|
fb_set_config |
Set Page ID + Access Token at runtime |
fb_create_post |
Create a new post (text, link, or photo) |
fb_get_post |
Get post details by ID |
fb_update_post |
Edit post message |
fb_delete_post |
Delete a post (irreversible) |
fb_list_posts |
List recent posts (with pagination) |
fb_get_insights |
Get post analytics (impressions, reach, engagements, etc.) |
Build from source
git clone <repo-url>
cd mcp-fb-page
npm install
npm run build
Tech Stack
- Runtime: Node.js 18+
- MCP SDK:
@modelcontextprotocol/sdkv1.29 - Validation: Zod
- API: Facebook Graph API v25.0
Установка Quiz It
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/ngothanhtung/facebook-mcp-serverFAQ
Quiz It MCP бесплатный?
Да, Quiz It MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Quiz It?
Нет, Quiz It работает без API-ключей и переменных окружения.
Quiz It — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Quiz It в Claude Desktop, Claude Code или Cursor?
Открой Quiz It на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Quiz It with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
