Skip to content
Gemini CLI

Nyt for Gemini CLI

io.github.pipeworx-io/nyt

NYT MCP — wraps The New York Times Developer APIs (developer.nytimes.com)

client:Gemini CLI transport:streamable-http

Install Nyt in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "nyt": {
      "httpUrl": "https://gateway.pipeworx.io/nyt/mcp"
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

Nyt in other clients