Stay Updated
Subscribe to our newsletter for the latest news and updates about MCP servers
Subscribe to our newsletter for the latest news and updates about MCP servers
Connect any MCP client to Autoposting and draft, schedule or publish posts to X, LinkedIn, Instagram, Threads and YouTube. Hosted, OAuth, nothing to install.
Autoposting runs a hosted MCP server at https://app.autoposting.ai/mcp. Point an MCP client at it and you get 69 tools covering the whole posting workflow: writing and rewriting drafts, generating ideas with AI agents, building carousels, clipping and rendering video, searching a knowledge base, managing brands and webhooks, and scheduling or publishing to X, LinkedIn, Instagram, Threads and YouTube.
Transport is Streamable HTTP. Auth is OAuth 2.1 with Dynamic Client Registration, so there is no client ID or secret to paste into a config file and nothing to install locally. Each connection only sees the tools its granted scopes allow, and every tool ships with MCP annotations, so a client can tell a read from a write and ask before running anything destructive.
Add it to Claude Code:
claude mcp add --transport http autoposting https://app.autoposting.ai/mcpOr to Claude Desktop, Cursor, or any client that takes a JSON config:
{ "mcpServers": { "autoposting": { "type": "http", "url": "https://app.autoposting.ai/mcp" } } }