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
Unofficial MCP Server for Zenn
Project Details
- shibuiwilliam/mcp-server-zenn
- MIT License
- Last Updated: 3/13/2025
Recomended MCP Servers
MCP server provides access to UNHCR RDF
Platform aims to provide a centralized place for information, tools, and communication, with a powerful semantic search for...
challenge 5 activity
LLM OSINT is a proof-of-concept method of using LLMs to gather information from the internet and then perform...
MCP server for single cell analysis
An MCP Server for WolframAlpha's LLM API, able to return structured knowledge & solve math
A Python-based Model Context Protocol (MCP) tool for Kubernetes clusters that exposes a comprehensive API to retrieve cluster...
利用台灣中央氣象局的 API 建立 MCP-server
A MCP‑like server using the DeepSeek API for Terminal
A Model Context Protocol (MCP) server implementation that provides file backup and restoration capabilities





