Skip to content
Grok

meta for Grok

io.github.mikusnuz/meta

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

client:Grok transport:stdio runtime:npm

Install meta in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "meta": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@mikusnuz/meta-mcp"
      ],
      "env": {
        "INSTAGRAM_ACCESS_TOKEN": "<INSTAGRAM_ACCESS_TOKEN>",
        "INSTAGRAM_USER_ID": "<INSTAGRAM_USER_ID>",
        "THREADS_ACCESS_TOKEN": "<THREADS_ACCESS_TOKEN>",
        "THREADS_USER_ID": "<THREADS_USER_ID>",
        "META_APP_ID": "<META_APP_ID>",
        "META_APP_SECRET": "<META_APP_SECRET>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

meta in other clients