Skip to main content
Glama
Selenium39

Qiita API MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
QIITA_ACCESS_TOKENYesYour Qiita access token for API authentication

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
get_authenticated_userB

認証されたユーザーの詳細情報を取得します

get_userC

指定されたユーザーの詳細情報を取得します

get_usersC

ユーザー一覧を取得します

get_user_itemsC

指定されたユーザーの記事一覧を取得します

get_user_stocksC

指定されたユーザーのストック一覧を取得します

get_user_followersB

指定されたユーザーのフォロワー一覧を取得します

get_user_followeesC

指定されたユーザーのフォロー一覧を取得します

get_itemsC

記事一覧を取得します

get_itemC

指定された記事の詳細情報を取得します

create_itemC

新しい記事を作成します

update_itemC

既存の記事を更新します

delete_itemC

指定された記事を削除します

stock_itemC

指定された記事をストックします

unstock_itemC

指定された記事のストックを解除します

is_item_stockedC

指定された記事がストックされているかどうかを確認します

get_item_stockersC

指定された記事をストックしたユーザー一覧を取得します

get_tagsC

タグ一覧を取得します

get_tagC

指定されたタグの詳細情報を取得します

get_tag_itemsC

指定されたタグの記事一覧を取得します

follow_tagC

指定されたタグをフォローします

unfollow_tagC

指定されたタグのフォローを解除します

is_tag_followedC

指定されたタグをフォローしているかどうかを確認します

follow_userC

指定されたユーザーをフォローします

unfollow_userC

指定されたユーザーのフォローを解除します

is_user_followedB

指定されたユーザーをフォローしているかどうかを確認します

get_item_commentsC

指定された記事のコメント一覧を取得します

create_commentC

指定された記事にコメントを作成します

update_commentC

指定されたコメントを更新します

delete_commentC

指定されたコメントを削除します

get_commentC

指定されたコメントの詳細情報を取得します

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Selenium39/mcp-server-qiita'

If you have feedback or need assistance with the MCP directory API, please join our Discord server