Zenn Articles

by sakupi01

Not rated
GitHub

About

A server for searching articles on the Zenn blogging platform.

Details

Author
sakupi01
Categories
Search, Other

Setup

Install Zenn Articles in your MCP client (Claude Desktop, Cursor, Windsurf, and others).

Repository: https://github.com/sakupi01/zenn-articles

Follow the installation instructions in the repository README, then restart your MCP client.

An MCP Server for blog search functionality!

Available as Local Package and Remote Server.

- Docker Image:sakupi/zenn-articles
- Package:
@sakupi01/zenn-articles
- Remote Server:
https://mcp.sakupi01.com/mcp

You can use @sakupi01/zenn-articles MCP server in MCP Client with the following methods:

# Pull the Docker image from Docker Hub docker pull sakupi/zenn-articles

To use Docker Image, add the following style of setting to your Host:. For example,claude_desktop_config.json:

{ "mcpServers": { "@sakupi01.com/mcp": { "command": "docker", "args": [ "run", "-i", "--rm", "--network=host", "sakupi/zenn-articles" ] } } }
# Run the MCP server directly using npx npx @sakupi01/zenn-articles

Add the following settings to your MCP client configuration:

{ "mcpServers": { "zenn-articles": { "command": "npx", "args": [ "@sakupi01/zenn-articles" ] } } }
import { runServer } from "@sakupi01/zenn-articles/remote"; // Start server with default settings (port 8000) runServer();

Then, Addhttp://localhost:8000/mcpas the server URL to your MCP Client.

You can use the already deployed MCP server as an API endpoint:

"mcp": { "servers": { "sakupi01-mcp": { "type": "http", "url": "https://zenn-mcp.sakupi01.com/mcp" } } }

Blog Search Tool (search_cy_fe_articles)

Search blog posts by title, description, URL, tags, and content.
Multiple keywords separated by spaces are treated as OR conditions.

- query: Search query (required, 1-100 characters)
- limit: Maximum number of results to return (optional, default: 10, max: 100)
- offset: Result offset (optional, default: 0)
- order: Sort order (optional, "desc" (newest first) or "asc" (oldest first), default: "desc")

{ "total": 1, "offset": 0, "limit": 2, "order": "desc", "query": { "original": "Form Control", "keywords": [ "form", "control" ], "exactPhrases": [] }, "results":  { "title": "Form Control Styling Level 1 など: Cybozu Frontend Weekly (2025-03-25号)", "pubDate": "2025-03-28T03:00:00.000Z", "description": "サイボウズ社内では毎週火曜日にFrontend Weeklyと題し「一週間の間にあったフロントエンドニュースを共有する会」を開催しています。", "link": "https://zenn.dev/cybozu_frontend/articles/frontend_weekly_example", "content": "こんにちは!サイボウズ株式会社フロントエンドエンジニアの[saku (@sakupi01)です。\n\n# はじめに\n\nサイボウズ社内では毎週火曜日にFrontend Weeklyと題し「一週間の間にあったフロントエンドニュースを共有する会」を開催しています。\n\n今回は、2025/03/25のFrontend Weeklyで取り上げた記事や話題を紹介します。", "tags": [ "CybozuFrontendWeekly", "frontend" ], "score": 10 } ] }

Frontend Weekly Content Generation (fe-weekly)

Generate frontend weekly content summaries for given URLs in the style of Cybozu Frontend Weekly.

- urls: A list of URLs to generate frontend weekly content for

# In Claude Desktop @zenn-articles fe-weekly urls="https://example.com/article1\nhttps://example.com/article2"

The prompt uses the blog search tool internally to find related content and provides consistent, well-formatted summaries with:

- Brief description (about 2-3 lines)
- Context about the technology or feature
- Future implications or considerations
- Follows Cybozu Frontend Weekly style guidelines

Released under the MIT License. See theLICENSEfile for details.

Search global news using natural language. Webz.io News Search API returns the most relevant articles and content, with filters for source, country, language, date, sentiment, and category.

Official Tavily MCP server for AI search and content extraction, giving MCP clients web search, crawl, and extract tools.

一条工務店で家を建てた施主「ろれさん」のブログ記事と、YouTube/X/Instagram/Web から集めた約3,000件の家づくり Tips を横断検索できる MCP サーバ。すべての結果に出典URLが付きます。

Search human-curated content recommendations from real people who explain why resources are valuable - The Internet Treasure Map

Perform advanced web research using Google Search, with intelligent content extraction and multi-source synthesis.

An MCP (Model Context Protocol) server that gives AI assistants real-time news fetching, search, NLP analysis, and personalized news preferences — all accessible through natural language.

A search tool for finding movies and TV shows from multiple video sources with link validation.

Advanced MCP server for comprehensive web research, content discovery, and trends analysis. Features multi-engine search, intelligent content extraction, website traversal, and real-time data streaming.

Search, view details, and download 3D models from the Sketchfab platform.

First-hand budget travel content for Indian travelers. Search, browse, and read content via MCP tools, with every response returning a canonical URL for citation.

An advanced web research server with intelligent search queuing, enhanced content extraction, and deep research capabilities.

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.