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

No tools detected

Fetch the live tool list by running this server in a temporary sandbox using the button above.

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