Skip to main content
Glama
N-Graves

meta-mcp-server

by N-Graves

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
META_PAGE_IDNoThe ID of the Facebook Page. Optional; defaults the arguments.
MCP_READ_ONLYNoSet to 1 to refuse anything that changes state.
META_IG_USER_IDNoThe ID of the linked Instagram Business account. Optional; defaults the arguments.
MCP_NO_DESTRUCTIVENoSet to 1 to allow posting, refuse the generic caller.
META_IG_ACCESS_TOKENNoInstagram access token. Optional; defaults to the Page token, which is correct when the Instagram account is linked to that Page.
META_PAGE_ACCESS_TOKENYesYour Facebook Page access token. Used to authenticate requests to the Meta Graph API.

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
meta_get_pageC

A Facebook Page's own details.

meta_create_page_postA

Post to a Facebook Page. Immediately public — there is no draft state here, and the only undo is deleting it.

meta_create_post_commentA

Comment on a Page post — how you put an outbound link in the first comment rather than the post body.

⚠️ A successful call here is your ONLY confirmation. Reading comments back is not possible with a standard app (see the README), so if this succeeds, believe it; there is nothing to verify against.

meta_get_instagram_accountD

The linked Instagram Business account.

meta_create_instagram_postA

Publish to Instagram. Immediately public, no draft state.

Instagram's Content Publishing API does not accept a direct file upload: the media must be at a publicly reachable http(s) URL that Meta fetches server-side. A local path can never work.

meta_callA

Call any Graph API endpoint directly, with the Page token by default. Meta publishes no machine-readable spec for the Graph API, so this server does not claim a complete catalogue — this is how you reach the rest of it. Paths are relative to the Graph host and version.

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/meta-mcp-server'

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