MCP Server
MCP
io.github.lanternrow/facebook-pages-mcp
Facebook Pages organic analytics, post management, and insights via Meta Graph API v25.0.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "facebook-pages-mcp",
"version": "1.0.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Long-lived Facebook Page Access Token",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "FB_PAGE_ACCESS_TOKEN"
},
{
"description": "Default Facebook Page ID (numeric)",
"isRequired": true,
"format": "string",
"name": "FB_PAGE_ID"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment