Odel
ao3 mcp

ao3 mcp

Local
@arturlys1PythonMITUpdated 1mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIao3-mcpv0.1.2

Run

uvx ao3-mcp

MCP client config

{
  "mcpServers": {
    "ao3-mcp": {
      "command": "uvx",
      "args": [
        "ao3-mcp"
      ]
    }
  }
}