Skip to content

ynishi/web-topic-mcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

web-topic-mcp

A Rust MCP (Model Context Protocol) server for fetching web articles from multiple platforms.

Features

  • 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

Supported Platforms

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

Installation

cargo install web-topic-mcp

Usage

Run as an MCP server over stdio:

web-topic-mcp

Claude Desktop Configuration

Add to your Claude Desktop claude_desktop_config.json:

{
  "mcpServers": {
    "web-topic": {
      "command": "web-topic-mcp"
    }
  }
}

License

MIT License - Copyright (c) 2026 Yutaka Nishimura

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages