logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

mcp-zenn-content-fetcher logo

shibuiwilliam

MIT License

Quick Info

GitHub GitHub Stars 0
NPM Weekly Downloads 0
Tools 1
Last Updated 2026-02-19

Tags

zennapitoolszenn apiserver zennbooks zenn

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)

Intellectual Property Rights

See Also

`