This repository contains Model Context Protocol (MCP) servers for scientific research applications.
This collection of MCP servers provides tools and resources for various scientific research domains. Each server is designed to interface with specific scientific APIs, data sources, or computational services.
/servers- Individual MCP server implementations/configs- Configuration files and templates/examples- Example usage and documentation/tests- Test suites for the servers
- Choose the appropriate MCP server for your research needs
- Follow the setup instructions in the server's README
- Configure the server with necessary API keys and settings
- Add the server configuration to your Claude settings
To add a new MCP server:
- Create a new directory under
/servers - Implement the server using the MCP SDK
- Include comprehensive documentation
- Add configuration examples
- Provide usage examples