mcp-zenn-content-fetcher
Acquire articles and publications from Zenn's public interface, enabling their seamless incorporation into software ecosystems for accelerated workflow creation and enriched knowledge availability.
Author

shibuiwilliam
Quick Info
Actions
Tags
mcp-zenn-content-fetcher: Community-driven MCP gateway for Zenn (https://zenn.dev/)
Conceptual Framework
This utility functions as an unauthorized Model Context Protocol (MCP) endpoint specifically tailored for the Zenn platform. It leverages the capabilities provided by Zenn's established developer API.
Core Functionality
- Retrieval of structured lists of published articles.
- Retrieval of structured lists of available book content.
Local Project Initiation
This current iteration lacks pre-configuration for instant, ephemeral hosting environments (such as uvx). To execute this utility locally, users must clone the repository:
git clone https://github.com/shibuiwilliam/mcp-server-zenn.git
The accompanying MCP inspector interface, which requires Node.js and npm, can be launched via:
npx @modelcontextprotocol/inspector uv --directory=src/mcp_server_zenn run mcp-server-zenn
Once initiated, the Inspector will present a network address that directs to the debugging interface.
Alternatively, integrate this service by configuring it as an MCP endpoint using the following schema:
{
"zenn": {
"command": "uv",
"args": [
"--directory",
"/path/to/mcp-server-zenn",
"run",
"mcp-server-zenn"
]
}
}
Distribution Strategy
(To Be Determined)
