threads-mcp-server

SvetimFM/threads-mcp-server
★ 2 stars TypeScript 🔌 API Integration Updated 1mo ago
MCP server for the Meta Threads API — dual account, analytics, thread chaining, webhooks
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "threads-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "SvetimFM/threads-mcp-server"
      ]
    }
  }
}