ChEMBL-MCP-Server
A comprehensive Model Context Protocol (MCP) server providing advanced access to the ChEMBL chemical database.
GitHubスター
65
ユーザー評価
未評価
お気に入り
0
閲覧数
98
フォーク
7
イシュー
2
インストール方法
難易度
初級推定所要時間
5-10 分
インストール方法
インストール方法
前提条件
必要なソフトウェアとバージョンを明記してください。Node.js: 18.0.0以上
npm: 8.0.0以上
Claude Desktop: 最新版
インストール手順
1. リポジトリのクローン
bash
git clone https://github.com/Augmented-Nature/ChEMBL-MCP-Server
cd ChEMBL-MCP-Server
2. 依存関係のインストール
bash
npm install
3. Claude Desktop設定
claude_desktop_config.jsonを編集してMCPサーバーを追加:
json
{
"mcpServers": {
"chembl-mcp-server": {
"command": "node",
"args": ["server.js"]
}
}
}
4. サーバーの起動
bash
npm start
トラブルシューティング
よくある問題
問題: サーバーが起動しない 解決策: Node.jsのバージョンを確認し、依存関係を再インストールしてください。 問題: Claude Desktopで認識されない 解決策: 設定ファイルのパスと構文を確認してください。追加リソース
作者情報
51
フォロワー
17
リポジトリ
0
Gist
0
貢献数
関連するMCP
mcp-for-beginners
14449
This open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable, and secure AI workflows from session setup to service orchestration.