Posta Integrations
Wire Posta into your agent stack. Every framework on this page can load the Posta MCP server natively, or call the REST API through a typed tool wrapper.
Agent frameworks
LangChain →
Python & JavaScript.
langchain-mcp-adapters loads Posta tools into your agent; works with LangGraph.CrewAI →
Python.
crewai-tools MCPServerAdapter turns Posta into a shared tool surface across every agent in the crew.OpenAI Agents SDK →
Python.
MCPServerStdio attaches Posta to any agent; @function_tool for one-shot REST.Vercel AI SDK →
TypeScript.
experimental_createMCPClient for Next.js / Edge / Node, or a typed Zod tool() for one-shot.Mastra →
TypeScript. Mastra
MCPClient + createTool() with Zod input/output. Works in Mastra Workflows.Claude Code →
The Posta Claude Code skill — slash-commands in your terminal, no framework wiring needed.
Two paths, every framework
Every integration page on this site documents two paths to Posta:
MCP server (recommended) →
The framework's MCP loader pulls in every Posta tool with typed schemas. The agent introspects and calls them directly — no prompt-engineered API docs.
REST API as a typed tool →
When you want one deterministic call instead of letting the model pick between Posta's full tool surface. Each framework's example shows a real
POST /v1/posts + schedule flow.Not on this list?
Anything that can speak MCP works with the Posta MCP server out of the box. Anything that can make an HTTP request works with the REST API. The integration pages here are just the most common landing spots.
Explore more
Posta Home →Social Media Scheduler →Instagram Scheduler →TikTok Scheduler →Bluesky Scheduler →Threads Scheduler →Buffer Alternative →Hootsuite Alternative →Compare Schedulers →Social Media for AI Agents →API & Webhooks →Auto Post Social Media →Social Media Tools →CLI Social Media Posting →n8n Workflows →Blog →
Pick a framework, ship in an afternoon
14-day free trial. MCP server, Claude Code skill, and n8n node are free and open source.