ao3 mcp for Claude Desktop
io.github.arturlys/ao3-mcp
Search AO3 and have fics read by a secondary model before they're recommended
client:Claude Desktop
transport:stdio
runtime:pypi
Install ao3 mcp in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"ao3-mcp": {
"command": "uvx",
"args": [
"ao3-mcp"
],
"env": {
"GEMINI_API_KEY": "<GEMINI_API_KEY>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs