ao3 mcp for Zed
io.github.arturlys/ao3-mcp
Search AO3 and have fics read by a secondary model before they're recommended
client:Zed
transport:stdio
runtime:pypi
Install ao3 mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"ao3-mcp": {
"command": "uvx",
"args": [
"ao3-mcp"
],
"env": {
"GEMINI_API_KEY": "<GEMINI_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs