Qiita MCP Server
Related Servers
Alternatives to Qiita MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseBqualityDmaintenanceA comprehensive MCP server that enables AI to interact with all 68 functions of the Qiita API v2, covering articles, comments, tags, and team management. It allows users to perform CRUD operations on Qiita content and manage interactions through natural language.687 npmMIT

Kibela MCP Serverofficial
AlicenseNot gradedqualityCmaintenanceA Model Context Protocol server that allows AI applications to interact with Kibela knowledge bases, enabling users to search, create, update, and organize content through natural language.15MIT- AlicenseNot gradedqualityDmaintenanceMCP server enabling AI agents to interact with workplace tools like GitHub, GitLab, Jira, Notion, and more via the Model Context Protocol.MIT
- AlicenseAqualityAmaintenanceAn unofficial MCP server that lets AI clients create and update article drafts on your own note.com account using session cookies.4MIT
- AlicenseAqualityCmaintenanceA Model Context Protocol server that enables AI assistants to search and access information stored in Kibela, supporting note search, retrieval, creation and updating.610 npm13MIT
- AlicenseCqualityAmaintenanceA Model Context Protocol server that enables AI assistants like Claude to interact with microCMS content management system through six core tools for performing CRUD operations on microCMS list-type APIs.22607 npm22MIT
TDQS
Scored across 5 tools
Each tool has a clearly distinct purpose with no overlap: get_my_qiita_articles retrieves the user's articles, get_qiita_item fetches a specific article by ID, get_qiita_markdown_rules provides documentation, post_qiita_article creates new articles, and update_qiita_article modifies existing ones. The descriptions make it easy to tell them apart without ambiguity.
All tool names follow a consistent verb_noun pattern with 'qiita' as a prefix: get_my_qiita_articles, get_qiita_item, get_qiita_markdown_rules, post_qiita_article, and update_qiita_article. This predictable naming scheme enhances readability and usability.
With 5 tools, this server is well-scoped for managing Qiita articles, covering key operations like listing, retrieving, creating, and updating. The count is appropriate for the domain, avoiding bloat while ensuring each tool earns its place in the workflow.
The tool set covers core CRUD operations for Qiita articles (create, read, update) and includes useful extras like markdown rules. A minor gap is the lack of a delete_qiita_article tool, which agents might need for full lifecycle management, but this is not critical for basic workflows.