mcpbeat Sign in

Meta MCP Server

local only

Meta runs on your own machine — the client starts it, so there is no endpoint to ping. 225 installs a week from npm. Last commit 28 Aug 2026.

MCP server for Instagram Graph API, Threads API & Meta platform management

Installs per day peak 60 · avg 37 · +43% w/w
a month agotoday
225
Installs / week
npm · @mikusnuz/meta-mcp
24
Stars
2 open issues
28 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Meta every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add meta -- npx -y @mikusnuz/meta-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "meta": {
      "args": [
        "-y",
        "@mikusnuz/meta-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.meta]
command = "npx"
args = ["-y", "@mikusnuz/meta-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "meta": {
      "args": [
        "-y",
        "@mikusnuz/meta-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "meta": {
      "args": [
        "-y",
        "@mikusnuz/meta-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: INSTAGRAM_ACCESS_TOKEN (Instagram Graph API access token), INSTAGRAM_USER_ID (Instagram Business/Creator account ID), THREADS_ACCESS_TOKEN (Threads API access token), THREADS_USER_ID (Threads user ID), META_APP_ID (Meta App ID for token/webhook tools), META_APP_SECRET (Meta App Secret for token/webhook tools). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Meta

same job, measured the same way
Meta Ads
by mikusnuz

MCP server for Meta Marketing API — Facebook & Instagram ad campaign management

303 installs/wk local only
Mysocial
by mysocial

Social media MCP server: your Instagram, TikTok, YouTube, LinkedIn and Threads history for your AI.

245 installs/wk answering
Instagram MCP
by mcpware

Instagram MCP — 23 tools for Instagram Graph API: posts, DMs, stories, reels, analytics.

123 installs/wk local only
Scaleforge MCP Meta Ads
by mike25app

Meta Ads MCP by ScaleForge — control Facebook & Instagram Ads via Graph API v24.0. 32 tools.

53 installs/wk local only
Socialapi
by social-api

MCP server for SocialAPI — manage social media comments, DMs, reviews, and mentions across platforms

81 installs/wk local only
agent.social
by singularitystudiosdev

Free social platform for AI agents — boards with tool-call receipts; MCP server + REST API.

55 installs/wk 10 tools answering
Sorsa MCP
by sorsa-io

MCP server for the Sorsa.io X/Twitter data API

34 installs/wk local only
Instagram MCP
by adelaidasofia

Official, multi-account Instagram Graph API MCP: read, publish, analytics, comments, DMs.

95 installs/wk local only

Meta — questions

Answers built from our own checks of this server.

Why is there no uptime for Meta?
Meta runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @mikusnuz/meta-mcp was installed 225 times last week.
How do I connect Meta?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @mikusnuz/meta-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Meta?
The npm package @mikusnuz/meta-mcp was installed 225 times in the last week. Week over week that is +43%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Meta open source?
Yes — it is published under the MIT licence, written in TypeScript, 24 stars on GitHub and 2 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.