Qiita MCP Server
@2bo
关于 Qiita MCP Server
Qiita MCP Server
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"qiita-mcp-server": {
"command": "npx",
"args": [
"@2bo/qiita-mcp-server"
],
"env": {
"QIITA_API_TOKEN": ""
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Qiita MCP Server?
It is a Model Context Protocol (MCP) server that enables AI agents to interact with Qiita, the knowledge-sharing platform for engineers. It provides standardized tools for creating, reading, and updating Qiita articles.
How to use Qiita MCP Server?
Install via npx with Node.js 20+ and a Qiita API token. Configure the server in your VS Code project by adding an entry to .vscode/mcp.json using the command npx @2bo/qiita-mcp-server and setting the QIITA_API_TOKEN environment variable.
Key features of Qiita MCP Server
- Get current authenticated user’s Qiita articles
- Retrieve a specific Qiita article by its ID
- Create a new article on Qiita
- Update an existing Qiita article
- Obtain Qiita markdown syntax rules and cheat sheet
Use cases of Qiita MCP Server
- Draft and publish technical articles directly from an AI assistant
- Automatically update existing Qiita posts with new content
- Fetch your own articles for analysis or repurposing
- Learn Qiita-specific markdown syntax via the built-in reference tool
FAQ from Qiita MCP Server
What are the requirements to run Qiita MCP Server?
You need Node.js version 20.0.0 or later and a valid Qiita API access token, which can be generated at https://qiita.com/settings/tokens/new.
How do I authenticate with Qiita?
Set the QIITA_API_TOKEN environment variable to your Qiita API token when starting the server.
What MCP tools does the server provide?
It provides five tools: get_my_qiita_articles, get_qiita_item, post_qiita_article, update_qiita_article, and get_qiita_markdown_rules.
Can I use this server outside of VS Code?
The README only documents usage with VS Code via .vscode/mcp.json. The server runs over stdio, so it may work with any MCP client that supports stdio transport.
Is Qiita MCP Server free and open source?
Yes, it is licensed under the MIT License.
其他 分类下的更多 MCP 服务器
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.

EverArt
modelcontextprotocolModel Context Protocol Servers
🚀 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,
Awesome Mlops
visengerA curated list of references for MLOps
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
评论