MCP.so
Sign In

mcp-server-zenn: Unofficial MCP server for Zenn (

@MCP-Mirror

About mcp-server-zenn: Unofficial MCP server for Zenn (

Mirror of

Basic information

Category

Other

License

MIT license

Runtime

python

Transports

stdio

Publisher

MCP-Mirror

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "shibuiwilliam_mcp-server-zenn": {
      "command": "npx",
      "args": [
        "@modelcontextprotocol/inspector",
        "uv",
        "--directory=src/mcp_server_zenn",
        "run",
        "mcp-server-zenn"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is mcp-server-zenn?

mcp-server-zenn is an unofficial Model Context Protocol (MCP) server that integrates with Zenn (https://zenn.dev/) via its public dev API. It allows MCP clients to fetch lists of articles and books from Zenn.

How to use mcp-server-zenn?

Clone the repository, then either launch the MCP Inspector via npx @modelcontextprotocol/inspector uv --directory=src/mcp_server_zenn run mcp-server-zenn or add it as a tool in your MCP client configuration using the JSON format with uv as the command and the correct directory path.

Key features of mcp-server-zenn

  • Fetch a list of articles from Zenn
  • Fetch a list of books from Zenn
  • Uses Zenn's public dev API (no API key required)

Use cases of mcp-server-zenn

  • Building a personal assistant that can search Zenn articles and books
  • Integrating Zenn content into MCP-aware AI tools and workflows
  • Browsing recent or popular Zenn posts without leaving the chat interface

FAQ from mcp-server-zenn

How do I run mcp-server-zenn locally?

Clone the repository, then use the MCP Inspector or add it as an MCP server in your client configuration with uv as the command, specifying the directory path.

What actions can mcp-server-zenn perform?

It can fetch a list of articles and a list of books from Zenn. No other actions are currently implemented.

Does mcp-server-zenn require an API key or authentication?

No. The server uses Zenn’s open dev API, which does not require authentication.

What are the prerequisites for running mcp-server-zenn?

You need uv (Python package manager) and Node.js/npm (for the Inspector, optional). The server is not yet set up for ephemeral uvx usage.

What data does mcp-server-zenn access?

It accesses article and book listing endpoints from Zenn's public API. All data remains on Zenn’s servers; no local storage is used.

Comments

More Other MCP servers