Skip to content
Cursor

ao3 mcp for Cursor

io.github.arturlys/ao3-mcp

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

client:Cursor transport:stdio runtime:pypi

Install ao3 mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

ao3 mcp in other clients