Skip to content
Grok

ao3 mcp for Grok

io.github.arturlys/ao3-mcp

Search AO3 and have fics read by a secondary model before they're recommended

client:Grok transport:stdio runtime:pypi

Install ao3 mcp in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "ao3-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "ao3-mcp"
      ],
      "env": {
        "GEMINI_API_KEY": "<GEMINI_API_KEY>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

ao3 mcp in other clients