Meta MCP Server
Full-coverage MCP server for Instagram Graph API (v26.0), Threads API, and Meta platform management. Its 40 documented tools cover meta, media, comment, hashtag. It runs locally over stdio via the published package.
People connecting social media tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.
VERIFIED ACTIVE
LAST COMMIT 2026-08-06 · ★ 20 · #7 OF 46 MAINTAINED SOCIAL MEDIA · VERIFIED 2026-08-25
MIT · TypeScript servers · how we verify → /methodology
01 · Install Meta
before you install - you'll need
Set INSTAGRAM_ACCESS_TOKEN, INSTAGRAM_USER_ID, THREADS_ACCESS_TOKEN, THREADS_USER_ID, META_APP_ID, META_APP_SECRET before connecting.
Claude Code
claude mcp add mikusnuz-meta-mcp -- npx -y @mikusnuz/meta-mcp Claude Desktop / Cursor / VS Code - add to config
{
"mcpServers": {
"mikusnuz-meta-mcp": {
"command": "npx",
"args": [
"-y",
"@mikusnuz/meta-mcp"
]
}
}
} Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.
Using another client? Same JSON, different key
Claude Desktop · mcpServers
Cursor · mcpServers
VS Code · servers
Windsurf · mcpServers
Zed · context_servers
Cline · mcpServers
Roo Code · mcpServers
Continue · mcpServers
LibreChat · mcpServers
Gemini CLI · mcpServers
Codex CLI · mcp_servers
Full setup guides: every client.
02 · Evidence
Security posture
What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.
runs as local process (stdio) - runs on your machine with your user's permissions
license MIT - declared in the repository
npm package @mikusnuz/meta-mcp - published under the repo owner's npm scope (@mikusnuz)
registry namespace io.github.mikusnuz is GitHub-verified and matches the repo owner
03 · What Meta can do
Prose above is summarized from the project's README and registry record - no invented capabilities.
What you can build
With this server connected, an agent can inspect token validity, expiration, and scopes, list current webhook subscriptions, publish a photo post (supports alt_text), and publish a video post.
Capability map
Tools grouped from the project's README - what Meta lets an agent do.
Meta
6 tools - e.g. Exchange short-lived token for long-lived token (~60 days); Refresh a long-lived token before expiration; Inspect token validity, expiration, and scopes
meta_exchange_token · meta_refresh_token · meta_debug_token · meta_get_app_info · meta_subscribe_webhook · meta_get_webhook_subscriptions
Media
5 tools - e.g. List published media; Get media details; Delete a media post
ig_get_media_list · ig_get_media · ig_delete_media · ig_get_media_insights · ig_get_tagged_media
Comment
5 tools - e.g. Get comment details; Post a comment; Reply to a comment
ig_get_comment · ig_post_comment · ig_reply_to_comment · ig_hide_comment · ig_delete_comment
Hashtag
4 tools - e.g. Search hashtag by name; Get hashtag info; Get recent media for a hashtag
ig_search_hashtag · ig_get_hashtag · ig_get_hashtag_recent · ig_get_hashtag_top
Message
2 tools - e.g. Send a DM; Get message details
ig_send_message · ig_get_message
Photo
1 tool - e.g. Publish a photo post (supports alt_text)
ig_publish_photo
Video
1 tool - e.g. Publish a video post
ig_publish_video
Carousel
1 tool - e.g. Publish a carousel/album (2-10 items, supports alt_text per item)
ig_publish_carousel
Latest releases
v2.0.1 · 2026-03-19
Release v2.0.1
04 · Who maintains Meta
meta is maintained by mikusnuz. We track 9 MCP servers from mikusnuz - 9 actively maintained, 135 combined GitHub stars, oldest repo from Feb 2026. Full record: all servers from mikusnuz.
- meta-ads MCP server for Meta Marketing API - Facebook & Instagram ad campaign management ★ 70
- app-publish MCP server for App Store Connect & Google Play Console - iOS/Android app management ★ 26
- gsc MCP server for Google Search Console & Indexing API - search analytics, sitemaps, URL inspection ★ 7
- cws MCP server for Chrome Web Store - extension upload, publish, status, and rollout ★ 3
- umami MCP server for Umami Analytics API v2 - websites, stats, events, reports, and realtime ★ 6
05 · Facts
- repository
- github.com/mikusnuz/meta-mcp
- category
- social media - ranked #7 of 46 actively-maintained social media servers as of 2026-08-25.
- registry
- io.github.mikusnuz/meta (active, first published 2026-03-19)
- packages
- npm:@mikusnuz/meta-mcp
06 · Meta FAQ
Is Meta still maintained?
Yes - as of 2026-08-25, its last commit was 2026-08-06. We re-verify nightly.
What can Meta do?
With this server connected, an agent can inspect token validity, expiration, and scopes, list current webhook subscriptions, publish a photo post (supports alt_text), and publish a video post.
How do I install Meta?
Run `npx -y @mikusnuz/meta-mcp`. The README documents 6 environment variables (INSTAGRAM_ACCESS_TOKEN, INSTAGRAM_USER_ID, THREADS_ACCESS_TOKEN…) to set first. Set INSTAGRAM_ACCESS_TOKEN, INSTAGRAM_USER_ID, THREADS_ACCESS_TOKEN, THREADS_USER_ID, META_APP_ID, META_APP_SECRET before connecting. You can also paste the ready-made client config above.
Does Meta run locally?
Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.
07 · Alternatives to Meta
Alternatives to Meta
Maintained social media servers if Meta isn't the fit.
- Reddit MCP Buddy Reddit browser for AI assistants. Browse without API keys; add credentials for search and analysis. ★ 801 · 2026-08-17
- YouTube Transcript An MCP server retrieving transcripts of YouTube videos ★ 470 · 2026-08-08
- Taisly Social Media Posting Publish videos to TikTok, Reels, Shorts, X, and Facebook through Taisly. ★ 237 · 2026-07-06
- Reddit Research MCP Turn Reddit's chaos into structured insights with full citations - MCP server for Reddit research ★ 233 · 2026-08-14
- Reddit MCP Server (jordanburke) Reddit MCP server with full read/write - posts, comments, search, and content creation. ★ 231 · 2026-08-08
- Ads Manage Google, Meta, Amazon, TikTok, LinkedIn & ChatGPT ads. 430 tools for campaigns & analytics. ★ 84 · 2026-08-15
More social media MCP servers · YouTube MCP · Reddit MCP Server (mypracticaltools) · Tweetkit X · Pendpost · Postfast MCP
More TypeScript MCP servers · Umami · Imagenate · Apple Shortcuts (mindstone) · Browser Automation · Browserbase · see all