Pegasus Heavy Industries
Pegasus Heavy Industries 1h
🚀 Threads MCP Server is here! A production-ready Model Context Protocol server for Threads.com API with automatic OAuth 2.0. Built for Claude Desktop and AI assistants.
Automatic OAuth Open Source TypeScript 90% Coverage
Pegasus Heavy Industries
Pegasus Heavy Industries 45m
✨ Powerful features out of the box:
🔐
Auto OAuth 2.0
Opens browser, stores tokens
Rate Limiting
Token bucket algorithm
💾
Caching
TTL + LRU eviction
🔔
Webhooks
Event notifications
Pegasus Heavy Industries
Pegasus Heavy Industries 30m
💻 Super Simple Claude Desktop Setup: ⚠️ Important: Threads Uses OAuth 2.0 Don't worry - the server handles everything automatically! Just follow these 3 steps: Step 1: Create a Meta App • Go to developers.facebook.com • Click "My Apps" → "Create App" • Select "Other" use case, then "Consumer" type • Add the Threads API product to your app • In Threads settings, add OAuth redirect URI: http://localhost:48810/callback • Save your App ID and App Secret Step 2: Configure Claude Desktop Open your Claude Desktop config file: • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json • Windows: %APPDATA%\Claude\claude_desktop_config.json • Linux: ~/.config/Claude/claude_desktop_config.json Add this configuration with your App ID and Secret from Step 1:
{
  "mcpServers": {
    "threads": {
      "command": "npx",
      "args": ["-y", "@pegasusheavy/threads-mcp"],
      "env": {
        "THREADS_APP_ID": "your-app-id-here",
        "THREADS_APP_SECRET": "your-app-secret-here"
      }
    }
  }
}
Step 3: Start Claude Desktop When you restart Claude Desktop: • A browser window will automatically open • Log in with your Threads account • Click "Allow" to authorize the app • You'll see a success page - close it • Done! The server stores tokens automatically 🎉 ✨ Automatic Features: • OAuth flow handled automatically on first run • Tokens stored securely in your home directory • Automatic token refresh before expiry (60 days) • Reuses existing tokens on future starts Need Help? 📖 Full OAuth Setup Guide That's it! Start chatting with Claude about your Threads! 🎉
View on GitHub → Read Docs
Pegasus Heavy Industries
Pegasus Heavy Industries 15m
🎯 Try these prompts with Claude: • "Show me my Threads profile" • "Post a thread saying 'Hello! 👋'" • "Get analytics for my recent thread" • "Show my last 10 threads" • "Reply to thread xyz with 'Great!'" The AI handles everything automatically! 🤖✨
Pegasus Heavy Industries
Pegasus Heavy Industries 5m
🛠 8 powerful MCP tools included: threads_get_profile threads_get_threads threads_get_thread threads_create_thread threads_reply_to_thread threads_get_insights threads_get_replies threads_get_conversation Full Threads.com API at your fingertips! 💪
Pegasus Heavy Industries
Pegasus Heavy Industries Just now
📜 MIT Licensed & Open Source Free to use, modify, and distribute. Built by developers, for developers. Star us on GitHub! ⭐ github.com/pegasusheavy/threads-mcp