← Back to Plugins
MCP Server MCP

io.github.mikusnuz/meta

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @mikusnuz/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@mikusnuz/meta-mcp",
      "version": "2.0.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Instagram Graph API access token",
          "format": "string",
          "isSecret": true,
          "name": "INSTAGRAM_ACCESS_TOKEN"
        },
        {
          "description": "Instagram Business/Creator account ID",
          "format": "string",
          "name": "INSTAGRAM_USER_ID"
        },
        {
          "description": "Threads API access token",
          "format": "string",
          "isSecret": true,
          "name": "THREADS_ACCESS_TOKEN"
        },
        {
          "description": "Threads user ID",
          "format": "string",
          "name": "THREADS_USER_ID"
        },
        {
          "description": "Meta App ID for token/webhook tools",
          "format": "string",
          "name": "META_APP_ID"
        },
        {
          "description": "Meta App Secret for token/webhook tools",
          "format": "string",
          "isSecret": true,
          "name": "META_APP_SECRET"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...