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

by shibuiwilliam

188 downloads
Not rated
GitHub

Description

# mcp-server-zenn: Unofficial MCP server for Zenn (https://zenn.dev/) ## Overview This is an unofficial Model Context Protocol server for [Zenn](https://zenn.dev/). Build on top of [Zenn's dev API](https://zenn.dev/api/). ## Features - Fetch a list of articles - Fetch a list of…

About

# mcp-server-zenn: Unofficial MCP server for Zenn (https://zenn.dev/) ## Overview This is an unofficial Model Context Protocol server for [Zenn](https://zenn.dev/). Build on top of [Zenn's dev API](https://zenn.dev/api/). ## Features - Fetch a list of articles - Fetch a list of books ## Run this project locally This…

Details

Author
shibuiwilliam
Downloads
188
Categories
Other

- Fetch a list of articles
- Fetch a list of books

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name mcp-server-zenn: Unofficial MCP server for Zenn (
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

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.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

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

McpServers

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

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

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.