ChEMBL-MCP-Server
@JackKuo666
关于 ChEMBL-MCP-Server
🔍 Enable AI assistants to search, access, and analyze ChEMBL through a simple MCP interface.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"ChEMBL-MCP-Server": {
"command": "python",
"args": [
"chembl_searver.py"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is ChEMBL-MCP-Server?
ChEMBL-MCP-Server is a FastMCP wrapper server based on the chembl_webresource_client package that provides complete API access to the ChEMBL database. It is designed for researchers and developers who need programmatic access to drug discovery data and chemical tools.
How to use ChEMBL-MCP-Server?
Install dependencies with pip install -r requirements.txt, then start the server by running python chembl_searver.py. You can configure the host, port, transport method, and log level using command-line arguments such as --host, --port, --transport, and --log-level.
Key features of ChEMBL-MCP-Server
- Complete API access to the ChEMBL database
- Asynchronous API calls using the FastMCP framework
- Built-in error handling and timeout mechanisms
- Support for both HTTP and stdio transport methods
- Full type annotations and docstrings
Use cases of ChEMBL-MCP-Server
- Query activity, assay, target, molecule, and drug data from ChEMBL
- Canonicalize SMILES strings or convert SMILES to InChI and SVG images
- Retrieve structural alerts for chemical compounds
- Integrate ChEMBL data retrieval into MCP-based workflows
- Serve as a backend for drug discovery and cheminformatics tools
FAQ from ChEMBL-MCP-Server
What dependencies does ChEMBL-MCP-Server require?
It requires chembl_webresource_client, mcp, fastapi, uvicorn, and asyncio.
How do I start the server with the stdio transport?
Run python chembl_searver.py --transport stdio to use stdio transport instead of HTTP.
What API functions are available?
The server provides data entity APIs (activity, assay, target, molecule, drug) and chemical tool APIs (canonicalize SMILES, SMILES to InChI, SMILES to SVG, structural alerts).
Are there example scripts?
Yes, check the chembl_search.py file for examples of using the various APIs.
What license is ChEMBL-MCP-Server distributed under?
It is licensed under the MIT License.
其他 分类下的更多 MCP 服务器
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser

EverArt
modelcontextprotocolModel Context Protocol Servers
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
评论