The Qiita MCP Server enables AI agents to interact with the Qiita API for managing articles and retrieving information. With this server, you can:
- Get user articles: Fetch the authenticated user's Qiita articles with pagination support
- Retrieve specific articles: Access a particular Qiita article using its ID
- Create articles: Post new content with customizable title, body (in markdown), tags, privacy settings, slide mode, tweet options, and organization
- Update articles: Modify existing content by changing title, body, tags, and other properties
- Access markdown resources: Retrieve Qiita's markdown syntax rules and cheat sheet
Provides tools for interacting with the Qiita platform, enabling AI agents to retrieve, create, and update articles on this knowledge-sharing platform for engineers. Capabilities include getting user articles, retrieving specific articles, creating new content, updating existing articles, and accessing Qiita's markdown syntax rules.
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.
MCP is an open protocol for building AI agents that can use external tools and services. This server implements the MCP specification to provide tools for working with Qiita content.
Provided Tools
The server provides the following MCP tools:
Tool Name | Description |
---|---|
get_my_qiita_articles | Get current authenticated user's Qiita articles |
get_qiita_item | Get a specific Qiita article by its ID |
post_qiita_article | Create a new article on Qiita |
update_qiita_article | Update an existing Qiita article |
get_qiita_markdown_rules | Get Qiita markdown syntax rules and cheat sheet |
Usage
Prerequisites
- Node.js (>=20.0.0)
- A Qiita account with API access token
- You can generate a Qiita API token by visiting: https://qiita.com/settings/tokens/new
Usage with VS Code
- Create a
.vscode/mcp.json
file in your project with the following content:
Development
Setup
- Clone the repository:
- Install dependencies:
- Set up your environment:
npm run dev
- Run TypeScript in watch mode for developmentnpm run build
- Build the projectnpm run prepare
- Prepare the package for publishing
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
License
This project is licensed under the MIT License - see the LICENSE file for details.
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Tools
A Model Context Protocol server that enables AI agents to interact with Qiita, allowing for creating, reading, and updating articles through standardized MCP tools.
Related MCP Servers
- -securityFlicense-qualityA comprehensive Model Context Protocol server implementation that enables AI assistants to interact with file systems, databases, GitHub repositories, web resources, and system tools while maintaining security and control.Last updated -161TypeScript
- AsecurityFlicenseAqualityA Model Context Protocol server that enables AI agents to generate, fetch, and manage UI components through natural language interactions.Last updated -32554TypeScript
CodeAlive MCPofficial
-securityAlicense-qualityA Model Context Protocol server that enhances AI agents by providing deep semantic understanding of codebases, enabling more intelligent interactions through advanced code search and contextual awareness.Last updated -48PythonMIT License- AsecurityAlicenseAqualityA Model Context Protocol server that allows AI assistants and applications to access IQ.wiki data, enabling retrieval of specific wikis, user-created wikis, user-edited wikis, and detailed wiki activities.Last updated -43291TypeScriptMIT License