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.

コメント

「その他」の他のコンテンツ