mcp-server-zenn: Unofficial MCP server for Zenn (
@MCP-Mirror
关于 mcp-server-zenn: Unofficial MCP server for Zenn (
Mirror of
基本信息
配置
使用下面的配置,将此服务器添加到你的 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 服务器
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Nginx UI
0xJackyYet another WebUI for Nginx
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
评论