Open source now

SimplePost Developer Platform

SimplePost is an open-source social posting stack you can use today. Run the SDK, CLI, API server, scheduler, or MCP server with your own platform credentials and workflows.

Open source nowAll the code is on GitHub.SDK, CLI, API server, scheduler app, MCP server, documentation, and examples are available in the public repository under the MIT license.View repository

Start now

Pick the interface that fits your workflow.

Read the repository guides →

MCP

AI assistants

Add the remote MCP URL to ChatGPT, Claude, or another OAuth-capable MCP client.

https://app.simplepost.social/mcp

CLI

Agents and automation

Run simplepost connect, then post interactively or from scripts and CI.

npm install -g @simple-post/cli

TypeScript SDK

Application developers

Use the unified posting model directly inside a TypeScript application.

npm install @simple-post/sdk

HTTP API

Services and integrations

Run the self-hosted API server or call the hosted Scheduler API with an authorized credential.

git clone https://github.com/simple-post/core.git