MCP.so
Sign In

Qiita MCP Server

@MCP-Mirror

About Qiita MCP Server

Mirror of

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "qiita-mcp-server": {
      "command": "npx",
      "args": [
        "@2bo/qiita-mcp-server"
      ],
      "env": {
        "QIITA_API_TOKEN": ""
      }
    }
  }
}

Tools

5

get current authenticated user qiita articles

get a specific Qiita article by its ID

update an existing Qiita article

create a new article on Qiita

get Qiita markdown syntax rules, cheat sheet

Overview

What is Qiita MCP Server?

A Model Context Protocol (MCP) server for interacting with Qiita, the knowledge-sharing platform for engineers. It enables AI agents to create, read, and update articles on Qiita through standardized MCP tools.

How to use Qiita MCP Server?

Install via npx, set the QIITA_API_TOKEN environment variable with a Qiita personal access token, and configure the server in your MCP client (e.g., VS Code’s .vscode/mcp.json) as a stdio tool. Prerequisites: Node.js >=20.0.0 and a Qiita account with an API token.

Key features of Qiita MCP Server

  • Get current authenticated user’s articles

Comments

Basic information

Category

Other

License

MIT license

Transports

stdio

Author

MCP-Mirror

More Other MCP servers