A favicon of Qiita MCP Server

Qiita MCP Server

Qiita MCP Server

Installation

Installing for Claude Desktop

Option 1: One-Command Installation

npx mcpbar@latest install 2bo/qiita-mcp-server -c claude

This command will automatically install and configure the Qiita MCP Server MCP server for your selected client.

Option 2: Manual Configuration

Run the command below to open your configuration file:

npx mcpbar@latest edit -c claude

After opening your configuration file, copy and paste this configuration:

View JSON configuration
{
  "mcpServers": {
    "Qiita MCP Server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "@2bo/qiita-mcp-server"
      ],
      "env": {
        "QIITA_API_TOKEN": "${input:qiita-api-token}"
      }
    }
  }
}

Qiita MCP Server

A Model Context Protocol (MCP) server for interacting with Qiita, the knowledge-sharing platform for engineers.

License: MIT

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

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.

Share:
Details:
  • Stars


    4
  • Forks


    2
  • Last commit


    2 months ago
  • Repository age


    3 months
  • License


    MIT
View Repository

Auto-fetched from GitHub .

MCP servers similar to Qiita MCP Server:

 

 
 
  • Stars


  • Forks


  • Last commit


 

 
 
  • Stars


  • Forks


  • Last commit


 

 
 
  • Stars


  • Forks


  • Last commit