Zenn Article Mcp
@Gonsix
About Zenn Article Mcp
MCP Server to fetch zenn article
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"zenn_article_mcp": {
"command": "uv",
"args": [
"--directory",
"/Users/gonsix/dev/llm/zenn-article-mcp",
"run",
"zenn_article_mcp.py"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
More Other MCP servers
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Comments