
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
mcp-server-qiita
Advanced tools
Qiita API v2用のMCP(Model Context Protocol)サーバーです。日本ユーザー向けに日本語のコメントとドキュメントを提供します。
このMCPサーバーは以下のQiita API機能を提供します:
npm install -g mcp-server-qiita
git clone https://github.com/selenium39/mcp-server-qiita.git
cd mcp-server-qiita
npm install
npm run build
Qiita APIを使用するには、アクセストークンが必要です。以下の環境変数を設定してください:
export QIITA_ACCESS_TOKEN="your_qiita_access_token_here"
アクセストークンはQiitaのトークン設定ページで生成できます。
pnpm start
または開発モードで起動:
pnpm dev
このサーバーはMCPプロトコルを使用してクライアントと通信します。
{
"mcpServers": {
"qiita": {
"command": "mcp-server-qiita",
"env": {
"QIITA_ACCESS_TOKEN": "your_qiita_access_token_here"
}
}
}
}
以下のようなツールが利用可能です:
get_authenticated_user: 認証されたユーザー情報を取得get_user: 指定されたユーザーの詳細情報を取得get_users: ユーザー一覧を取得get_user_items: 指定されたユーザーの記事一覧を取得get_user_stocks: 指定されたユーザーのストック一覧を取得get_user_followers: 指定されたユーザーのフォロワー一覧を取得get_user_followees: 指定されたユーザーのフォロー一覧を取得follow_user: 指定されたユーザーをフォローunfollow_user: 指定されたユーザーのフォローを解除is_user_followed: 指定されたユーザーをフォローしているかどうかを確認get_items: 記事一覧を取得(検索機能付き)get_item: 指定された記事の詳細情報を取得create_item: 新しい記事を作成update_item: 既存の記事を更新delete_item: 指定された記事を削除stock_item: 指定された記事をストックunstock_item: 指定された記事のストックを解除is_item_stocked: 指定された記事がストックされているかどうかを確認get_item_stockers: 指定された記事をストックしたユーザー一覧を取得get_tags: タグ一覧を取得(ソート機能付き)get_tag: 指定されたタグの詳細情報を取得get_tag_items: 指定されたタグの記事一覧を取得follow_tag: 指定されたタグをフォローunfollow_tag: 指定されたタグのフォローを解除is_tag_followed: 指定されたタグをフォローしているかどうかを確認get_item_comments: 指定された記事のコメント一覧を取得create_comment: 指定された記事にコメントを作成update_comment: 指定されたコメントを更新delete_comment: 指定されたコメントを削除get_comment: 指定されたコメントの詳細情報を取得# 依存関係をインストール
pnpm install
# 型チェック
pnpm type-check
# ビルド
pnpm build
# 開発モードで実行
pnpm dev
mcp-server-qiita/
├── src/
│ └── index.ts # メインのMCPサーバーファイル
├── dist/ # ビルド出力ディレクトリ
├── package.json # プロジェクト設定
├── tsconfig.json # TypeScript設定
└── README.md # このファイル
MIT License
プルリクエストやイシューの報告を歓迎します。
開発・テスト時に一時メールが必要な場合に、mcp-server-tempmailをお試しください。
mcp-server-tempmailは、ChatTempMail APIを使用した一時メール管理のためのMCPサーバーです。AI開発ワークフローに一時メール機能をシームレスに統合し、以下の機能を提供します:
# NPMからインストール
npm install -g mcp-server-tempmail
詳細は公式サイトをご覧ください。
FAQs
Qiita API v2用のMCPサーバー - 日本ユーザー向け
We found that mcp-server-qiita demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.