qiita-mcp-server
3
The Qiita MCP Server allows AI agents to interact with the Qiita API, enabling the creation, reading, and updating of articles. It implements the Model Context Protocol to standardize these interactions with Qiita's knowledge-sharing platform.
Qiita MCP Server
A Model Context Protocol (MCP) server for interacting with Qiita, the knowledge-sharing platform for engineers.
Overview
This package provides a Model Context Protocol (MCP) server that enables AI agents to interact with the Qiita API. It allows for creating, reading, and updating articles on Qiita 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)
- A Qiita account with API access token
Usage with VS Code
- Create a
.vscode/mcp.json
file in your project.
Development
Setup
- Clone the repository and install dependencies.
- Set up your environment for development and building.
License
Licensed under the MIT License.