Facebook-MCP-Server-beta-1
Verified Safeby DevSkits916
Overview
A Node.js server that exposes Facebook Graph API data (profile, feed, groups) as read-only MCP tools.
Installation
FACEBOOK_ACCESS_TOKEN=your_token MCP_SERVER_API_KEY=your_api_key PORT=3000 npm run startEnvironment Variables
- FACEBOOK_ACCESS_TOKEN
- MCP_SERVER_API_KEY
- PORT
Security Notes
The code uses standard libraries and does not appear to have obvious security vulnerabilities like 'eval' or malicious patterns. It correctly uses environment variables for sensitive information and implements an API key middleware. The primary risk would be exposure of the Facebook Access Token if not handled securely.
Similar Servers
awesome-mcp-servers
A comprehensive directory for discovering various Model Context Protocol (MCP) servers, clients, and frameworks across different domains, facilitating integration with AI assistants.
keyboard-local
Enables AI clients to execute real-world tasks through connected third-party tools (APIs, CLIs, SDKs) with human approval, leveraging a secure GitHub Codespace environment.
mcp-image
The MCP server enables AI assistants to generate and edit images using Google's Gemini 3 Pro Image, with intelligent prompt optimization provided by Gemini 2.0 Flash.
mcp-server-infranodus
Integrates InfraNodus knowledge graph and text network analysis capabilities into LLM workflows and AI assistants for generating knowledge graphs, detecting content gaps, identifying topics, and performing SEO analysis.