j-quants-doc-mcp
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@j-quants-doc-mcpsearch for daily quotes endpoint"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
j-quants-doc-mcp
J-Quants APIのドキュメントを提供するMCPサーバー。Claude DesktopなどのMCPクライアントから、J-Quants APIのエンドポイント検索、詳細情報の取得、実行可能なサンプルコード生成、FAQ回答などの機能を利用できます。
インストール
必須要件
Python 3.10以上
uv (推奨) または pip
uv toolを使用する場合(推奨)
# GitHubから直接インストール
uv tool install git+https://github.com/J-Quants/j-quants-doc-mcp.git
# またはローカルから
git clone https://github.com/J-Quants/j-quants-doc-mcp.git
cd j-quants-doc-mcp
uv tool install .pipを使用する場合
# GitHubから直接インストール
pip install git+https://github.com/J-Quants/j-quants-doc-mcp.git
# またはローカルから
git clone https://github.com/J-Quants/j-quants-doc-mcp.git
cd j-quants-doc-mcp
pip install .Related MCP server: Anthropic Docs MCP Server
起動方法
スタンドアロンで起動
# uv toolでインストールした場合
uvx j-quants-doc-mcp
# pipでインストールした場合
j-quants-doc-mcpClaude Desktopから使用
claude_desktop_config.jsonに以下を追加:
{
"mcpServers": {
"j-quants-doc-mcp": {
"command": "uvx",
"args": ["j-quants-doc-mcp"]
}
}
}pipでインストールした場合は、j-quants-doc-mcp コマンドを直接指定します:
{
"mcpServers": {
"j-quants-doc-mcp": {
"command": "j-quants-doc-mcp",
"args": []
}
}
}設定ファイルの場所:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.json
Cursorから使用
メニューバー「Cursor」→「Preferences」→「Cursor Settings」を開き、
左のメニュー「Tools & MCP」を選択し、「New MCP Server」をクリック。
開かれたJSONファイル(~/.cursor/mcp.json)に以下を追加:
{
"mcpServers": {
"j-quants-doc-mcp": {
"command": "uvx",
"args": ["j-quants-doc-mcp"]
}
}
}pipでインストールした場合は、j-quants-doc-mcp コマンドを直接指定します:
{
"mcpServers": {
"j-quants-doc-mcp": {
"command": "j-quants-doc-mcp",
"args": []
}
}
}以上の設定で、AIクライアントにてMCPサーバーを利用する準備が完了しました。
アップデート
既にインストール済みの場合、最新版へのアップデートは以下の方法で行えます。
uv toolを使用している場合
# GitHubから直接インストールした場合
uv tool upgrade j-quants-doc-mcp
# ローカルクローンからインストールした場合
cd j-quants-doc-mcp
git pull
uv tool upgrade j-quants-doc-mcppipを使用している場合
# GitHubから直接インストールした場合
pip install --upgrade git+https://github.com/J-Quants/j-quants-doc-mcp.git
# ローカルクローンからインストールした場合
cd j-quants-doc-mcp
git pull
pip install --upgrade .アップデート後、Claude DesktopやCursorを再起動することで新しいバージョンが反映されます。
トラブルシューティング
Claude Desktopで認識されない
設定ファイルのJSONが正しいか確認
Claude Desktopを再起動
MCPサーバーのログを確認
生成されたコードが実行できない
必要な依存関係をインストール:
pip install httpx python-dotenv環境変数が設定されているか確認
関連リンク
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/J-Quants/j-quants-doc-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server