MCP.so
登录

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

@MCP-Mirror

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

Mirror of

基本信息

分类

其他

许可证

MIT license

运行时

python

传输方式

stdio

发布者

MCP-Mirror

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

其他 分类下的更多 MCP 服务器