mcpbeat Sign in

Ao3 MCP Server

local only

Ao3 MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 166 installs a week from pypi. Last commit 28 Jul 2026.

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

Installs per day peak 53 · avg 32 · -19% w/w
a month agotoday
166
Installs / week
pypi · ao3-mcp
1
Stars
0 open issues
28 Jul 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Ao3 MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add ao3-mcp -- uvx ao3-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ao3-mcp": {
      "args": [
        "ao3-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.ao3-mcp]
command = "uvx"
args = ["ao3-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "ao3-mcp": {
      "args": [
        "ao3-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "ao3-mcp": {
      "args": [
        "ao3-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: GEMINI_API_KEY (Gemini API key (free from https://aistudio.google.com/api-keys)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Ao3 MCP

same job, measured the same way
Gdpr Decisions
by mister-franklin

EU GDPR decisions by thedpo.eu — search all EU DPA decisions and recommendations

79 installs/wk local only
WARDEN — MCP Security Firewall
by alexar76

MCP security firewall: vet tool definitions before they reach the model.

61 installs/wk local only
Apple Messages
by mgcrea

Search and read Apple Messages — chats and decoded text, sending off by default

724 installs/wk local only
Most Recommended Books
by mostrecommendedbooks

Read-only MCP server for verified book recommendations and reading lists.

6 tools answering
C
AgentDrive
by tokencanopy

Artifact store for AI agents — read, write, and search files by path; share by rendered URL.

answering
Memex
by evan-moon

Local-first second brain with semantic search. Markdown notes indexed by a local ML model.

45 installs/wk local only
Copus
by copus-io

Search human-curated content recommendations from Copus - The Internet Treasure Map

26 installs/wk local only
Content Strategy API
by trendsapi

Find rising topics before they peak across search and social. Free key at trendsapi.ai

4 tools answering

Ao3 MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Ao3 MCP?
Ao3 MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package ao3-mcp was installed 166 times last week.
How do I connect Ao3 MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls ao3-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Ao3 MCP?
The pypi package ao3-mcp was installed 166 times in the last week. Week over week that is -19%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Ao3 MCP open source?
Yes — it is published under the MIT licence, written in Python and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.