MCP.so
登录

threads-mcp

@tttn13

关于 threads-mcp

Threads (Meta) MCP server

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

tttn13

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is threads-mcp?

threads-mcp is a TypeScript-based Node MCP server that enables an LLM to generate and publish complete social media posts to Threads (Meta’s platform), automatically fetching supporting stock images from Unsplash.

How to use threads-mcp?

Clone the repository, install dependencies, build, and run. Configure your Claude Desktop config file with the required environment variables (Unsplash API key, Threads App ID/Secret, redirect URI, etc.) and restart Claude. The server exposes the post_thread tool; Claude will guide you through the OAuth authorization to obtain a long-lived token.

Key features of threads-mcp

  • Posts auto‑generated text and images to Threads
  • Fetches royalty‑free stock photos from Unsplash
  • Designed for LLM‑driven, ready‑to‑publish content
  • Easy integration with Claude Desktop via MCP

Use cases of threads-mcp

  • Prompt an LLM like “post a thread about cats with photos” and get a polished, published result
  • Automate social media content curation and scheduling for Threads

FAQ from threads-mcp

Do I need a Meta Developer account?

Yes. You must create an app on the Meta Developer platform, enable the Threads API use case, and obtain your App ID, App Secret, and Redirect Callback URL.

What environment variables are required?

You need HOST, APP_ID, APP_SECRET, REDIRECT_URI, INITIAL_USER_ID, UNSPLASH_ACCESS_KEY, and PORT.

How do I authenticate with Threads?

The server requires a long‑lived access token. Claude Desktop will walk you through the OAuth authorization process after the server is configured.

Does the server support images?

Yes. It uses the Unsplash API to retrieve relevant stock photos and includes them in the post.

What tool does threads-mcp expose?

The primary tool is post_thread, which posts a new thread with text and accompanying images.

评论

其他 分类下的更多 MCP 服务器