Two Routes In
Run the postqueen CLI directly, or add the MCP endpoint to your settings and let the agent discover the tools itself.
Google's open source terminal agent runs every postqueen command and reads the JSON back, so a week of posts is one prompt away.
Gemini CLI is Google's open source agent for the terminal. It runs shell commands and speaks MCP, which means postqueen is reachable two ways from it: the CLI for exact commands, or the MCP server for asking in plain language.
Run the postqueen CLI directly, or add the MCP endpoint to your settings and let the agent discover the tools itself.
Every command returns structured output, so the agent verifies what it scheduled instead of parsing sentences.
The endpoint you add here is the one Gemini takes under Connected Apps in the web app, so the phone apps answer with the same tools.
Install the CLI for command access, or add the postqueen MCP endpoint to the mcpServers block in your Gemini CLI settings file.
MCP supported# Command accessnpm install -g postqueenexport POSTQUEEN_API_KEY=your_api_key # Or MCP, in your Gemini CLI settings:{ "mcpServers": { "postqueen": { "url": "https://api.postqueen.ai/mcp/YOUR_API_KEY" } }}Gemini CLI drives the same pipeline on all 30 channels postqueen supports. Pick a platform to see the pairing in detail.
The CLI if you already know the command and want it in a script. MCP if you would rather describe the outcome. Both use the same API key and reach the same account, so trying one does not commit you to it.
Yes. The same endpoint goes in under Connected Apps in the Gemini web app, and once it is on, the phone apps answer using those tools. Setting it up in the CLI and setting it up on the web are separate steps against the same server.
Gemini CLI's own limits are Google's business. On our side there is nothing extra: it uses your regular API key, and posts are unlimited on every plan.
Yes, through your own cron or CI. The agent creating a post and postqueen publishing it are separate: once a post is on the calendar it goes out at its time whether the agent is running or not.
Queue this week's posts in minutes, or hand the whole thing to your favorite AI. postqueen keeps publishing either way.
Seven days free. Cancel in one click from settings.