0.0.1 • Published 7 months ago

@7nohe/qiita-mcp v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
7 months ago

Qiita MCP

Qiita API を使用した Model Context Protocol (MCP) サーバーです。

特徴

  • 認証ユーザーの取得: 認証された Qiita ユーザーの情報を取得します。
  • 記事一覧の取得: 作成日の降順で記事の一覧を取得します。
  • 記事の詳細取得: 特定の記事の詳細情報を取得します。

使用方法

{
  "mcpServers": {
    "qiita": {
      "command": "npx",
      "args": [
        "qiita-mcp@latest"
      ]
    }
  }
}
0.0.1

7 months ago