NEW: the postqueen MCP server is live. Connect it in a minute

Schedule social media with Gemini CLI

Google's open source terminal agent runs every postqueen command and reads the JSON back, so a week of posts is one prompt away.

What is Gemini CLI?

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.

Two Routes In

Run the postqueen CLI directly, or add the MCP endpoint to your settings and let the agent discover the tools itself.

JSON It Can Reason About

Every command returns structured output, so the agent verifies what it scheduled instead of parsing sentences.

Same Connector On The Web

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.

How Gemini CLI works with postqueen

Install the CLI for command access, or add the postqueen MCP endpoint to the mcpServers block in your Gemini CLI settings file.

MCP supported
Connect
# Command access
npm install -g postqueen
export POSTQUEEN_API_KEY=your_api_key
 
# Or MCP, in your Gemini CLI settings:
{
"mcpServers": {
"postqueen": {
"url": "https://api.postqueen.ai/mcp/YOUR_API_KEY"
}
}
}

Works with every channel

Gemini CLI drives the same pipeline on all 30 channels postqueen supports. Pick a platform to see the pairing in detail.

F.A.Q.

Frequently asked questions

CLI or MCP for Gemini?

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.

Does the connector work in the Gemini web and phone apps too?

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.

Is Gemini CLI free to use with postqueen?

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.

Can it run on a schedule rather than when I type?

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.

Ready to get started?

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.