Integrations
Provides tools for searching papers, retrieving detailed paper and author information, and fetching citations and references from the Semantic Scholar academic database.
🎓 セマンティック・スカラー MCP サーバー
このプロジェクトは、Semantic Scholar APIと連携するためのModel Context Protocol(MCP)サーバーを実装します。論文の検索、論文と著者の詳細情報の取得、引用文献の取得のためのツールを提供します。
✨ 特徴
- 🔍 Semantic Scholarで論文を検索する
- 📄 特定の論文に関する詳細情報を取得する
- 👤 著者の詳細を見る
- 🔗 論文の引用と参考文献を取得する
📋 前提条件
- 🐍 Python 3.10 以上
- 📚
semanticscholar
Python パッケージ - 🔧
mcp
Python パッケージ (モデル コンテキスト プロトコル)
🚀 インストール
Smithery経由でインストール
Smithery経由で Claude Desktop 用の semanticscholar Server を自動的にインストールするには:
クロード
カーソル
次の内容を「設定」→「カーソル設定」→「MCP」→「新しいサーバーの追加」に貼り付けます。
- Mac/Linux
ウィンドサーフィン
Cライン
- このリポジトリをクローンします:Copy
- 必要なパッケージをインストールします。Copy
🖥️ 使用方法
- Semantic Scholar MCP サーバーを起動します。Copy
- サーバーが起動し、MCP 要求をリッスンします。
- MCP クライアントを使用してサーバーと対話し、次のツールにアクセスします。
- 🔍
search_semantic_scholar
: クエリ文字列を使って論文を検索する - 📄
get_semantic_scholar_paper_details
: 特定の論文の詳細を取得する - 👤
get_semantic_scholar_author_details
: 特定の著者の詳細を取得する - 🔗
get_semantic_scholar_citations_and_references
: 論文の引用と参考文献を取得する
- 🔍
Claude Desktopでの使用
この設定をclaude_desktop_config.json
に追加します。
(Mac OS)
(Windows版):
Clineと併用
📁 ファイル構造
- 📜
semantic_scholar_search.py
: Semantic Scholar API と対話するための関数が含まれています - 🖥️
semantic_scholar_server.py
: MCP サーバーを実装し、利用可能なツールを定義します
🤝 貢献する
貢献を歓迎します!お気軽にプルリクエストを送信してください。
📄 ライセンス
このプロジェクトは MIT ライセンスに基づいてライセンスされています - 詳細については LICENSE ファイルを参照してください。
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Semantic Scholar API にアクセスして論文を検索したり、論文と著者の詳細を取得したり、モデル コンテキスト プロトコルを通じて引用と参照を取得したりするためのツールを提供します。
Related MCP Servers
- -securityAlicense-qualitySemantic Scholar API, providing comprehensive access to academic paper data, author information, and citation networks.Last updated -22PythonMIT License
- AsecurityAlicenseAqualityEnables interaction with esa.io's API through the Model Context Protocol, supporting article search and retrieval with a compliant MCP interface.Last updated -32518TypeScriptMIT License
- AsecurityAlicenseAqualityEnables real-time search and retrieval of academic paper information from multiple sources, providing access to paper metadata, abstracts, and full-text content when available, with structured data responses for integration with AI models that support tool/function calling.Last updated -311PythonAGPL 3.0
- -securityAlicense-qualityA Model Context Protocol server that enables querying the Crossref API to search for academic publications by title, author, or DOI, returning structured metadata about scholarly works.Last updated -JavaScriptMIT License