Gemini CLI MCP setup

Connect Rankizz.com MCP to Gemini CLI

Add Rankizz.com to Gemini CLI as a remote HTTP MCP server and expose SEO tools in terminal sessions.

Connect Rankizz.com

.gemini/settings.json
{
  "mcpServers": {
    "rankizz": {
      "httpUrl": "https://www.rankizz.com/mcp"
    }
  }
}
  1. 1

    Add the configuration to your project or user Gemini settings.

  2. 2

    Start Gemini CLI and run /mcp refresh.

  3. 3

    Complete authorization when prompted, then run /mcp list to verify the tools.

Verify the connection

Ask the agent to list your Rankizz.com projects. A successful response confirms that OAuth completed, tools were discovered, and the account scope is available. Use the returned project ID for project-specific requests, or omit it when the tool supports the default project.

Open the client’s official MCP documentation

Next steps