ao3-mcp
Rank #26,890io.github.ArturLys/ao3-mcp
Search AO3 and have fics read by a secondary model before they're recommended
ao3-mcp is a Model Context Protocol (MCP) server published by ArturLys. It ranks #26,890 of 132,113 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. ao3-mcp is listed across 2 registries — Official MCP and Glama, with 3 tracked versions. It was first listed on Jul 24, 2026 and most recently updated on Jul 28, 2026.
Ranks ahead of 105,223 of 132,113 servers on MCP Toplist.
Use ao3-mcp
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add ao3-mcp -e "GEMINI_API_KEY=<your GEMINI_API_KEY>" -- uvx ao3-mcpReplace each placeholder with your own value before saving.
[mcp_servers.ao3-mcp]
command = "uvx"
args = ["ao3-mcp"]
[mcp_servers.ao3-mcp.env]
GEMINI_API_KEY = "<your GEMINI_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ao3-mcp": {
"command": "uvx",
"args": [
"ao3-mcp"
],
"env": {
"GEMINI_API_KEY": "<your GEMINI_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ao3-mcp": {
"command": "uvx",
"args": [
"ao3-mcp"
],
"env": {
"GEMINI_API_KEY": "<your GEMINI_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"ao3-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"ao3-mcp"
],
"env": {
"GEMINI_API_KEY": "<your GEMINI_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ao3-mcp": {
"command": "uvx",
"args": [
"ao3-mcp"
],
"env": {
"GEMINI_API_KEY": "<your GEMINI_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ao3-mcp": {
"command": "uvx",
"args": [
"ao3-mcp"
],
"env": {
"GEMINI_API_KEY": "<your GEMINI_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.ArturLys%2Fao3-mcp)<a href="https://mcptoplist.com/server/io.github.ArturLys%2Fao3-mcp"><img src="https://mcptoplist.com/badge/io.github.ArturLys%2Fao3-mcp.svg" alt="MCP Toplist: Top 25% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
ArturLys
Other servers by ArturLys
View all ArturLys servers →Available versions (3)
| Version | Published |
|---|---|
| 0.1.2 | Jul 28, 2026 |
| 0.1.1 | Jul 28, 2026 |
| 0.1.0 | Jul 24, 2026 |
Frequently asked questions
- Who maintains ao3-mcp?
- ao3-mcp is maintained by ArturLys, which publishes 2 MCP servers (4 total versions) tracked on MCP Toplist.
- Is ao3-mcp listed on the Official MCP Registry?
- Yes — ao3-mcp is listed on the Official MCP Registry, alongside Glama.
- How many versions does ao3-mcp have?
- MCP Toplist tracks 3 versions of ao3-mcp, most recently published on Jul 28, 2026.
- Where can I find the source code for ao3-mcp?
- The source code for ao3-mcp is hosted at github.com/ArturLys/ao3-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.