meta-mcp-server

excellario/meta-mcp-server
★ 0 stars Python 🔌 API Integration Updated today
An MCP server exposing Meta (Facebook / Instagram) business insights through the Graph and Marketing APIs, using a System User access token.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "meta-mcp-server": {
      "command": "uvx",
      "args": [
        "meta-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install meta-mcp-server