2bo_qiita-mcp-server
0
The Qiita MCP Server allows AI agents to perform operations on the Qiita platform by implementing the Model Context Protocol. It supports functionalities like creating and managing articles with tools compliant with the MCP specification.
Qiita MCP Server
This project is a Model Context Protocol (MCP) server for interacting with Qiita, the knowledge-sharing platform for engineers.
Overview
The server allows AI agents to interact with the Qiita API by enabling operations like creating, reading, and updating articles through standardized MCP tools.
Provided Tools
- Get current authenticated user's Qiita articles
- Get a specific Qiita article by its ID
- Create a new article on Qiita
- Update an existing Qiita article
- Get Qiita markdown syntax rules and cheat sheet
Usage
Prerequisites
- Node.js (>=20.0.0)
- Qiita account with API access token
Usage with VS Code
- Create a
.vscode/mcp.json
file in your project with specified content.
Development
Setup
- Clone the repository and install dependencies.
- Set up your environment, run development scripts, and build the project.
License
This project is licensed under the MIT License.