ao3 mcp for Gemini CLI
io.github.arturlys/ao3-mcp
Search AO3 and have fics read by a secondary model before they're recommended
client:Gemini CLI
transport:stdio
runtime:pypi
Install ao3 mcp in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"ao3-mcp": {
"command": "uvx",
"args": [
"ao3-mcp"
],
"env": {
"GEMINI_API_KEY": "<GEMINI_API_KEY>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs