Skip to main content
Glama

MCP Scholarly Server

by adityak74
MIT License
100
  • Apple

mcp-scholarly MCP サーバー

正確な学術論文を検索するためのMCPサーバー。近日中にさらに多くの学術ベンダーが追加される予定です。

デモ1.jpeg

画像

星の歴史-202551

コンポーネント

ツール

サーバーは 1 つのツールを実装します。

  • search-arxiv: 指定したキーワードに関連する記事を arxiv で検索します。
    • 必須の文字列引数として「キーワード」を受け取ります

クイックスタート

インストール

クロードデスクトップ

MacOS の場合: ~/Library/Application\ Support/Claude/claude_desktop_config.json Windows の場合: %APPDATA%/Claude/claude_desktop_config.json

またはDockerを使用している場合

Smithery経由でインストール

Smithery経由で Claude Desktop 用の mcp-scholarly を自動的にインストールするには:

npx -y @smithery/cli install mcp-scholarly --client claude

発達

建築と出版

配布用のパッケージを準備するには:

  1. 依存関係を同期し、ロックファイルを更新します。
uv sync
  1. パッケージディストリビューションをビルドします。
uv build

これにより、 dist/ディレクトリにソースとホイールのディストリビューションが作成されます。

  1. PyPI に公開:
uv publish

注: 環境変数またはコマンド フラグを使用して PyPI 資格情報を設定する必要があります。

  • トークン: --tokenまたはUV_PUBLISH_TOKEN
  • またはユーザー名/パスワード: --username / UV_PUBLISH_USERNAMEおよび--password / UV_PUBLISH_PASSWORD

デバッグ

MCPサーバーはstdio経由で実行されるため、デバッグが困難になる場合があります。最適なデバッグ環境を実現するには、 MCP Inspectorの使用を強くお勧めします。

次のコマンドを使用して、 npm経由で MCP Inspector を起動できます。

npx @modelcontextprotocol/inspector uv --directory /Users/adityakarnam/PycharmProjects/mcp-scholarly/mcp-scholarly run mcp-scholarly

起動すると、ブラウザでアクセスしてデバッグを開始できる URL がインスペクタに表示されます。

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

ユーザーは特定のキーワードを使用して arXiv などのプラットフォーム上の学術記事を検索できるようになります。将来的にはさらに多くの学術データベースを統合する予定です。

  1. コンポーネント
    1. ツール
  2. クイックスタート
    1. インストール
    2. Smithery経由でインストール
  3. 発達
    1. 建築と出版
    2. デバッグ

Related MCP Servers

  • -
    security
    A
    license
    -
    quality
    Semantic Scholar API, providing comprehensive access to academic paper data, author information, and citation networks.
    Last updated -
    35
    Python
    MIT License
  • A
    security
    A
    license
    A
    quality
    Enables AI assistants to search and access arXiv research papers through a simple Message Control Protocol interface, allowing for paper search, download, listing, and reading capabilities.
    Last updated -
    4
    1
    Python
    Apache 2.0
  • -
    security
    F
    license
    -
    quality
    Enables search and retrieval of academic papers from PubMed database with advanced features like MeSH term lookup, publication statistics, and PICO-based evidence search.
    Last updated -
    Python
    • Apple
  • A
    security
    F
    license
    A
    quality
    "mcp\_scholar" is a Python-based tool for searching and analyzing Google Scholar papers, supporting features like keyword-based searches and integration with MCP clients and Cherry Studio. It provides functionalities such as fetching top-cited papers from scholar profiles and summarizing research top
    Last updated -
    7
    22
    Python

View all related MCP servers

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/adityak74/mcp-scholarly'

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