MCP server for the Meta Threads API — dual account, analytics, thread chaining, webhooks
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"
]
}
}
}
Run in terminal:
claude mcp add threads-mcp-server npx -y SvetimFM/threads-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"threads-mcp-server": {
"command": "npx",
"args": [
"-y",
"SvetimFM/threads-mcp-server"
]
}
}
}