This repository contains a Model Context Protocol (MCP) server implementation for the Postiz platform.
Postizz mcp mcp server lets Claude, Cursor and other MCP clients work with Postizz MCP directly. This repository contains a Model Context Protocol (MCP) server implementation for the Postiz platform.
This repository contains a Model Context Protocol (MCP) server implementation for the Postiz platform.
Once connected, the assistant can call these 3 tools directly:
create-post — get-postsget-integrations — get-selfDebugging — To debug the container, you can run it with an interactive shell:The server is distributed via a container image as oculair/postiz-mcp, so most clients can run it without a manual build step. Add it to your MCP client's configuration and restart the client to pick it up — the copy-paste configs for Claude Desktop, Claude Code and Cursor are on this page.
Before the server will start you need to supply 2 environment variables: POSTIZ_API_URL, POSTIZ_API_KEY. Keep credentials in your client's env block or a secrets manager rather than committing them.
Developer-tool servers are usually the first ones people connect, because they turn "help me with this code" into an assistant that can actually read the repo and act on it. Postizz MCP sits in that group, and the shape of its toolset — create-post, get-integrations, Debugging — tells you what it is really for. Worth comparing against the other developer tools servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.
| Tool | What it does |
|---|---|
| create-post | get-posts |
| get-integrations | get-self |
| Debugging | To debug the container, you can run it with an interactive shell: |
{
"mcpServers": {
"postizz": {
"command": "docker",
"args": ["run", "-i", "--rm", "oculair/postiz-mcp"],
"env": {
"POSTIZ_API_URL": "your-value",
"POSTIZ_API_KEY": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
| Variable | Description | Required |
|---|---|---|
| POSTIZ_API_URL | Endpoint or connection string the server talks to. | Yes |
| POSTIZ_API_KEY | Credential the server authenticates with. | Yes |
Manage your whole Supabase project in conversation — database, auth, storage, Edge Functions and branches.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.
AWS Labs' official server suite — current AWS docs, CDK guidance, cost analysis and service tools.
Cloud browsers for AI agents — automation sessions that run in Browserbase's fleet, not on your machine.
Workers, KV, R2 and D1 by conversation — Cloudflare's official remote servers for building and observability.
Dashboards, Prometheus and Loki queries, incidents and alerts — observability by conversation.