MCP server for Anthology — scrape documentation sites into AI-ready Markdown
Project description
anthology-mcp
MCP server for Anthology — scrape any documentation website into AI-ready Markdown, directly from your AI coding assistant.
Install
pip install anthology-mcp
Usage with Claude Code
claude mcp add anthology -- anthology-mcp
Then ask Claude:
- "Scrape the Supabase auth docs via Anthology, then write the login code for me."
- "What scraped docs do you have in Anthology right now?"
What it does
Anthology's MCP server exposes three tools to AI agents:
| Tool | Description |
|---|---|
scrape_new_docs |
Crawl a documentation site and convert it to Markdown |
read_scraped_docs |
Read previously scraped documentation |
list_scraped_docs |
List all saved documentation projects |
The scraper uses BFS crawling with sitemap discovery, configurable depth/page limits, and optional headless browser support for JS-heavy sites.
Optional: Headless Browser
For JavaScript-rendered sites (Docusaurus, Mintlify, etc.):
pip install anthology-mcp[playwright]
playwright install chromium
Links
- GitHub: github.com/rajat10cube/Anthology
- License: AGPL-3.0
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file anthology_mcp-0.1.2.tar.gz.
File metadata
- Download URL: anthology_mcp-0.1.2.tar.gz
- Upload date:
- Size: 21.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e7700e710b3b5c8e97850b379ce58a6c988257602443307e072f294f57dfceb4
|
|
| MD5 |
f53f375f0b34b6b69cb26aae2e307419
|
|
| BLAKE2b-256 |
4e836f1e823e55a6e4fc61047081c171e7f35d8420af55d58325b12d08a4f515
|
File details
Details for the file anthology_mcp-0.1.2-py3-none-any.whl.
File metadata
- Download URL: anthology_mcp-0.1.2-py3-none-any.whl
- Upload date:
- Size: 19.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4e65844de2fa8f65714c1505b240dfdeb878ed0f19e21033cb796c8354071cf3
|
|
| MD5 |
30abea901b965ffc51cecadc0f4a8a5c
|
|
| BLAKE2b-256 |
680ec88e2e58f658122d44eb6e76bbe91a6b87c4f2c1d9165cb095e7dc9733af
|