A Rust MCP (Model Context Protocol) server for fetching web articles from multiple platforms.
- Article Digest (
wta_digest) - Fetch a URL and extract a readable digest (approx 10% of body text) - Article List (
wta_fetch_list) - Fetch article lists from JSON APIs or HTML pages
| Platform | API Example |
|---|---|
| Qiita | https://qiita.com/api/v2/tags/MCP/items |
| dev.to | https://dev.to/api/articles?tag=rust |
| Medium | https://medium.com/tag/rust |
| Blogs | Any URL with article content |
cargo install web-topic-mcpRun as an MCP server over stdio:
web-topic-mcpAdd to your Claude Desktop claude_desktop_config.json:
{
"mcpServers": {
"web-topic": {
"command": "web-topic-mcp"
}
}
}MIT License - Copyright (c) 2026 Yutaka Nishimura