MCP.so
ログイン

Qiita MCP Server

@MCP-Mirror

Qiita MCP Server について

Mirror of

基本情報

カテゴリ

その他

ライセンス

MIT license

ランタイム

node

トランスポート

stdio

公開者

MCP-Mirror

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

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

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

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

コメント

「その他」の他のコンテンツ