Skip to main content
Glama

Qiita MCP Server

by 2bo

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 NameDescription
get_my_qiita_articlesGet current authenticated user's Qiita articles
get_qiita_itemGet a specific Qiita article by its ID
post_qiita_articleCreate a new article on Qiita
update_qiita_articleUpdate an existing Qiita article
get_qiita_markdown_rulesGet 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

  1. Create a .vscode/mcp.json file in your project with the following content:
{ "inputs": [ { "type": "promptString", "id": "qiita-api-token", "description": "Qiita API Token", "password": true } ], "servers": { "qiita-mcp-server": { "type": "stdio", "command": "npx", "args": ["@2bo/qiita-mcp-server"], "env": { "QIITA_API_TOKEN": "${input:qiita-api-token}" } } } }

Development

Setup

  1. Clone the repository:
git clone https://github.com/2bo/qiita-mcp-server.git cd qiita-mcp-server
  1. Install dependencies:
npm install
  1. Set up your environment:
  • npm run dev - Run TypeScript in watch mode for development
  • npm run build - Build the project
  • npm 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.

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

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.

A Model Context Protocol server that enables AI agents to interact with Qiita, allowing for creating, reading, and updating articles through standardized MCP tools.

  1. Overview
    1. Provided Tools
      1. Usage
        1. Prerequisites
        2. Usage with VS Code
      2. Development
        1. Setup
        2. Contributing
      3. License

        Related MCP Servers

        • -
          security
          F
          license
          -
          quality
          A 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 -
          16
          1
          TypeScript
        • A
          security
          F
          license
          A
          quality
          A Model Context Protocol server that enables AI agents to generate, fetch, and manage UI components through natural language interactions.
          Last updated -
          3
          255
          4
          TypeScript
        • -
          security
          A
          license
          -
          quality
          A 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 -
          48
          Python
          MIT License
          • Apple
        • A
          security
          A
          license
          A
          quality
          A 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 -
          4
          329
          1
          TypeScript
          MIT License

        View all related MCP servers

        MCP directory API

        We provide all the information about MCP servers via our MCP API.

        curl -X GET 'https://glama.ai/api/mcp/v1/servers/2bo/qiita-mcp-server'

        If you have feedback or need assistance with the MCP directory API, please join our Discord server