Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

ao3 mcp in other clients