feat: add Meta Threads MCP integration to setup wizard#17
Merged
Conversation
Adds design doc and step-by-step implementation plan for integrating baguskto/threads-mcp into the setup wizard, config.example.toml, and README. https://claude.ai/code/session_01DCLwWCFMP9cutqAPqjJTAC
Documents the Meta Threads MCP server configuration including step-by-step token setup instructions (Facebook developer app creation, API permissions, and long-lived token generation). https://claude.ai/code/session_01DCLwWCFMP9cutqAPqjJTAC
… examples Adds a Threads row to the Popular MCP Servers table and a commented config example with token setup instructions in the Examples section. https://claude.ai/code/session_01DCLwWCFMP9cutqAPqjJTAC
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add Meta Threads publishing support to RustFox via the
baguskto/threads-mcpMCP server. This includes a new catalog entry in the setup wizard, an interactive setup guide modal matching the existing Google Workspace pattern, and documentation updates.Changes
setup/index.html
threadsentry toMCP_CATALOGunder new "Social Media" category withnpx threads-mcp-serverrunner andTHREADS_ACCESS_TOKENenvironment variable#threads-modalHTML with 4-step token setup guide (create Meta app, add Threads API product, configure permissions, generate long-lived token)openThreadsModal()andcloseThreadsModal()JavaScript functions following the existing OAuth modal pattern__THREADS_GUIDE_BUTTON__token in catalog renderer to trigger modalconfig.example.toml
README.md
Implementation Details
.modal-overlay,.oauth-steps,.oauth-warning, etc.) for consistencythreads_basic,threads_content_publish,threads_manage_replies,threads_read_replieshttps://claude.ai/code/session_01DCLwWCFMP9cutqAPqjJTAC