Zenn Article Mcp
@Gonsix
Zenn Article Mcp について
MCP Server to fetch zenn article
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"zenn_article_mcp": {
"command": "uv",
"args": [
"--directory",
"/Users/gonsix/dev/llm/zenn-article-mcp",
"run",
"zenn_article_mcp.py"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Zenn Article Mcp?
Zenn Article Mcp is an MCP (Model Context Protocol) server that enables Claude to read and retrieve articles from Zenn, a Japanese tech blog platform, through local execution.
How to use Zenn Article Mcp?
Configure the server in your claude_desktop_config.json under mcpServers with the command uv, pointing to the zenn_article_mcp.py script. The server runs locally via uv run.
Key features of Zenn Article Mcp
- Fetches articles from Zenn’s trending/popular content
- Integrates with Claude Desktop via MCP
- Runs locally using Python and uv
- Provides a tool named "Zenn Trend Article MCP"
Use cases of Zenn Article Mcp
- Getting trending Zenn articles for tech research
- Fetching article content for summarization or analysis
- Incorporating Zenn’s tech blog posts into AI workflows
FAQ from Zenn Article Mcp
What is Zenn Article Mcp used for?
It allows Claude Desktop to access and retrieve articles from Zenn by exposing them through MCP tools.
What dependencies are required?
Python and the uv tool are required to run the server.
How is the server configured?
Add the server entry to the mcpServers section of your Claude Desktop configuration JSON, specifying the path to the script and enabling the tool.
What transport does the server use?
The server runs as a local process via stdio, triggered by uv run.
What authentication is needed?
No authentication is mentioned; the server appears to access public Zenn articles.
「その他」の他のコンテンツ
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.

Peekaboo MCP – lightning-fast macOS screenshots for AI agents
steipetePeekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
コメント