ChEMBL-MCP-Server
A comprehensive Model Context Protocol (MCP) server providing advanced access to the ChEMBL chemical database.
GitHub Stars
65
User Rating
Not Rated
Favorites
0
Views
25
Forks
7
Issues
2
Installation
Installation
Prerequisites
Please specify required software and versions:Installation Steps
1. Clone Repository
bash
git clone https://github.com/Augmented-Nature/ChEMBL-MCP-Server
cd ChEMBL-MCP-Server
2. Install Dependencies
bash
npm install
3. Configure Claude Desktop
Editclaude_desktop_config.json to add the MCP server:
json
{
"mcpServers": {
"chembl-mcp-server": {
"command": "node",
"args": ["server.js"]
}
}
}
4. Start Server
bash
npm start
Troubleshooting
Common Issues
Issue: Server won't start Solution: Check Node.js version and reinstall dependencies. Issue: Not recognized by Claude Desktop Solution: Verify configuration file path and syntax.Additional Resources
51
Followers
17
Repositories
0
Gists
0
Total Contributions
This project is a server-side solution for managing multi-schema in PostgreSQL databases. Implemented in JavaScript, it provides features to efficiently manipulate database schemas. It is particularly useful for applications that handle multiple schemas, facilitating data integrity and access management.
The Augmented-Nature-UniProt-MCP-Server is an MCP server that provides advanced access to the UniProt protein database. It offers 26 specialized bioinformatics tools that enable AI assistants and MCP clients to conduct protein research, comparative genomics, structural biology analysis, and systems biology investigations.
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.