MCP Server
Zenn MCP Server
An unofficial Model Context Protocol server for Zenn that enables fetching articles and books from the Zenn platform through its API.
0
GitHub Stars
8/18/2025
Last Updated
MCP Server Configuration
1{
2 "name": "zenn",
3 "command": "uv",
4 "args": [
5 "--directory",
6 "/path/to/mcp-server-zenn",
7 "run",
8 "mcp-server-zenn"
9 ]
10}
JSON10 lines
README Documentation
mcp-server-zenn: Unofficial MCP server for Zenn (https://zenn.dev/)
Overview
This is an unofficial Model Context Protocol server for Zenn. Build on top of Zenn's dev API.
Features
- Fetch a list of articles
- Fetch a list of books
Run this project locally
This project is not yet set up for ephemeral environments (e.g. uvx
usage). Run this project locally by cloning this repo:
git clone https://github.com/shibuiwilliam/mcp-server-zenn.git
You can launch the MCP inspector via npm:
npx @modelcontextprotocol/inspector uv --directory=src/mcp_server_zenn run mcp-server-zenn
Upon launching, the Inspector will display a URL that you can access in your browser to begin debugging.
OR Add this tool as a MCP server:
{
"zenn": {
"command": "uv",
"args": [
"--directory",
"/path/to/mcp-server-zenn",
"run",
"mcp-server-zenn"
]
}
}
Deployment
(TODO)
License
Quick Install
Quick Actions
Key Features
Model Context Protocol
Secure Communication
Real-time Updates
Open Source