
AfdianToMarkdown
Supports UIby phifever
Download and archive Afdian creator content as Markdown and provide an MCP server for AI retrieval.
What it does
Connects to Afdian (afdian.com) to crawl and archive creators' dynamics, portfolios, and shop items into local Markdown files. It then exposes this local archive as an MCP server, allowing AI assistants to query and retrieve archived content without needing real-time web access or cookies.
Tools
list_authors: Lists all authors whose content has been downloaded.list_posts: Lists all articles (dynamics and portfolios) for a specific author.read_post: Retrieves the full Markdown content of a specific post.search: Performs a full-text search across all downloaded documents.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"afdian": {
"command": "/path/to/AfdianToMarkdown",
"args": [
"--dir",
"/path/to/data",
"mcp"
]
}
}
}
Supported hosts
- Claude Desktop
- Claude Code
Quick install
./AfdianToMarkdown.exe mcpInformation
- Pricing
- free
- Published
- 4/30/2026
- stars






