A comprehensive Model Context Protocol (MCP) server providing advanced access to the ChEMBL chemical database.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"chembl-mcp-server": {
"command": "npx",
"args": [
"-y",
"Augmented-Nature/ChEMBL-MCP-Server"
]
}
}
}
Run in terminal:
claude mcp add chembl-mcp-server npx -y Augmented-Nature/ChEMBL-MCP-Server
Add to .cursor/mcp.json:
{
"mcpServers": {
"chembl-mcp-server": {
"command": "npx",
"args": [
"-y",
"Augmented-Nature/ChEMBL-MCP-Server"
]
}
}
}