Skip to main content
Glama
N-Graves

threads-mcp-server

by N-Graves

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_READ_ONLYNoSet to '1' to refuse anything that changes state.
THREADS_USER_IDNoYour numeric Threads user ID. Optional; defaults the user_id argument. Use threads_get_profile with user_id 'me' to discover it.
MCP_NO_DESTRUCTIVENoSet to '1' to allow posting but refuse deletes.
THREADS_ACCESS_TOKENYesYour long-lived token for the Meta Threads API. Used in the Authorization: Bearer header.

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
threads_get_profileC

A Threads profile. Pass user_id='me' for the authenticated account, which is also how you find your own numeric id.

threads_create_postA

Publish to Threads. This is immediately public and there is no draft state — the only undo is threads_delete_post, and everyone who saw it still saw it.

An image is fetched by Threads from the URL you give, server-side, so it must be a publicly reachable http(s) URL. A local file path cannot work here.

threads_get_my_postsC

Your recent posts with their permalinks. Worth calling after publishing: it is how you confirm what actually went out rather than assuming the two-step container-and- publish sequence succeeded.

threads_get_post_insightsC

Engagement on one of your posts: views, likes, replies, reposts, quotes.

threads_delete_postA

Delete one of your own posts. Irreversible.

threads_callA

Call any Threads Graph API endpoint directly, for anything the tools above do not cover. Meta publishes no machine-readable spec for Threads, so this server does not claim a complete catalogue — this passthrough is how you reach the rest of the API without waiting for a tool to be written for it. Paths are relative to https://graph.threads.net/v1.0.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/N-Graves/threads-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server