Back to Home

Facebook-MCP-Server-beta-1

Verified Safe

by DevSkits916

Overview

A Node.js server that exposes Facebook Graph API data (profile, feed, groups) as read-only MCP tools.

Installation

Run Command
FACEBOOK_ACCESS_TOKEN=your_token MCP_SERVER_API_KEY=your_api_key PORT=3000 npm run start

Environment 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

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens100
Stars0
Forks0
Last Update2025-11-22

Tags

facebookgraph-apimcpnode.jsdata-access