Skip to content
Windsurf

meta for Windsurf

io.github.mikusnuz/meta

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

client:Windsurf transport:stdio runtime:npm

Install meta in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "meta": {
      "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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

meta in other clients