xpost for Gemini CLI
to.xpost/xpost
Schedule posts to 9 social networks from Claude, ChatGPT or Cursor. You see each one.
client:Gemini CLI
transport:streamable-http
Install xpost in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"xpost": {
"httpUrl": "https://xpost.to/api/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs