Retour aux applications

Zenn Articles MCP Server
par sakupi01
Search sakupi01's Zenn blog articles via MCP. Full-text search across titles, tags, and content with OR-keyword support.
0 étoiles
1 vues
Fonctionne dans:claude
Expose:ToolsPrompts
What it does
Zenn Articles MCP Server exposes sakupi01's Zenn.dev blog posts — focused on frontend engineering and web standards — as a searchable MCP tool. AI assistants can query articles by keyword, filter by date order, and paginate results. A bonus prompt (fe-weekly) generates Cybozu Frontend Weekly-style summaries from any URLs you provide.
Tools
search_cy_fe_articles— Full-text search across article titles, descriptions, URLs, tags, and body content. Multiple space-separated keywords are treated as OR conditions. Returns title, pubDate, description, link, tags, and relevance score.
Prompts
fe-weekly— Generates frontend weekly content summaries for a list of URLs, styled after Cybozu Frontend Weekly. Internally uses the search tool to find related articles.
Installation
Option 1 — npx (recommended):
{
"mcpServers": {
"zenn-articles": {
"command": "npx",
"args": ["@sakupi01/zenn-articles"]
}
}
}
Option 2 — Docker:
{
"mcpServers": {
"@sakupi01.com/mcp": {
"command": "docker",
"args": ["run", "-i", "--rm", "--network=host", "sakupi/zenn-articles"]
}
}
}
Option 3 — Remote HTTP server:
Add https://zenn-mcp.sakupi01.com/mcp as an HTTP MCP server in your client.
Supported hosts
Claude Desktop (stdio via npx or Docker), any MCP client supporting HTTP transport via the remote server endpoint.
Installation rapide
npx @sakupi01/zenn-articlesInformations
- Tarification
- free
- Publié
- 4/5/2026
- étoiles
- 0