Posteady
Posteady Docs
MCP

Connect Gemini

Add Posteady as an MCP server in the Gemini CLI.

The Gemini CLI connects to Posteady over MCP. (The consumer Gemini app doesn't support custom MCP connectors yet — use the CLI.)

Add Posteady to ~/.gemini/settings.json:

{
  "mcpServers": {
    "posteady": {
      "httpUrl": "https://www.posteady.com/api/mcp"
    }
  }
}

On first use, the CLI opens the Posteady OAuth screen to authorize. MCP connection requires the Creator plan or above.