MCP.so
Sign In

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

@shibuiwilliam

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

No overview available yet

Basic information

Category

Other

License

MIT

Runtime

python

Transports

stdio

Publisher

shibuiwilliam

Config

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

{
  "mcpServers": {
    "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?

An unofficial Model Context Protocol server for Zenn (https://zenn.dev/), built on Zenn's dev API. It allows fetching 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 an MCP server in your configuration with the command uv --directory /path/to/mcp-server-zenn run mcp-server-zenn.

Key features of mcp-server-zenn

  • Fetch a list of articles
  • Fetch a list of books

Use cases of mcp-server-zenn

FAQ from mcp-server-zenn

Comments

More Other MCP servers