Skip to main content
Glama

ChEMBL MCP Server

package.json1.48 kB
{ "name": "chembl-server", "version": "1.0.0", "description": "A comprehensive Model Context Protocol server for accessing ChEMBL chemical database with 27 specialized tools for drug discovery, chemical informatics, and bioactivity analysis", "main": "build/index.js", "type": "module", "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"", "start": "node build/index.js", "dev": "tsc --watch" }, "keywords": [ "mcp", "model-context-protocol", "chembl", "drug-discovery", "chemical-informatics", "bioactivity", "compounds", "targets", "assays", "pharmaceutical", "medicinal-chemistry", "admet", "molecular-descriptors", "similarity-search", "substructure-search", "clinical-trials", "mechanism-of-action", "drug-development", "chemical-biology", "cheminformatics" ], "author": "Augmented Nature", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^0.5.0", "axios": "^1.6.0" }, "devDependencies": { "@types/node": "^20.0.0", "typescript": "^5.0.0" }, "bin": { "chembl-server": "./build/index.js" }, "repository": { "type": "git", "url": "https://github.com/augmented-nature/chembl-mcp-server" }, "homepage": "https://github.com/augmented-nature/chembl-mcp-server#readme", "bugs": { "url": "https://github.com/augmented-nature/chembl-mcp-server/issues" } }

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/Augmented-Nature/ChEMBL-MCP-Server'

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