Zenn Article Mcp
About
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.
Details
- Author
- Gonsix
- Downloads
- 160
- Categories
- Other
Jump to
- 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"
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Zenn Article McpCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
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.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"zenn article mcp": {
"zenn_article_mcp": {
"command": "uv",
"args": [
"--directory",
"/Users/gonsix/dev/llm/zenn-article-mcp",
"run",
"zenn_article_mcp.py"
]
}
}
}
}
McpServers
{
"zenn_article_mcp": {
"command": "uv",
"args": [
"--directory",
"/Users/gonsix/dev/llm/zenn-article-mcp",
"run",
"zenn_article_mcp.py"
]
}
}
'''claude_desktop_config.json
{
"mcpServers": {
"zenn_article_mcp": {
"command": "uv",
"args": [
"--directory",
"/Users/gonsix/dev/llm/zenn-article-mcp",
"run",
"zenn_article_mcp.py"
],
"alwaysAllow": [
"Zenn Trend Article MCP"
],
"disabled": false
}
}
}
'''
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



