An open project by the DeepModeling community - Building intelligent tools for scientific research.
🌐 View Tool Showcase | 🤝 Contribute
We're building a comprehensive "scientific capability library" - agent-ready tools that cover the full spectrum of AI for Science tasks:
-
Materials Science
- DPACalculator - Deep learning atomistic simulations with universal potentials
- Thermoelectric - Materials screening with CALYPSO
- ABACUS-tools - First-principles calculations with ABACUS
-
Chemistry
-
Research Tools
- Paper Search - ArXiv literature search and parsing
- DeepMD Docs RAG - Documentation knowledge base
- 📊 Spectral analysis (XRD, NMR, Raman)
- 🧬 Protein structure prediction
- 🔭 3D molecular visualization
- 📈 Experimental design optimization
- 🧫 Multi-objective Bayesian optimization
# Install dependencies
cd servers/<tool-name>
uv sync
# Run the server
python server.py --port 50001
# Copy template
cp -r servers/_example servers/my_tool
# Edit and test
cd servers/my_tool
# ... edit server.py ...
uv sync
python server.py --port 50002
See CONTRIBUTING.md for the complete guide.
Each tool is an independent MCP (Model Context Protocol) server that can be:
- Run standalone for development
- Integrated with AI agents (Claude, GPT, etc.)
- Composed into complex workflows
We welcome contributions from:
- 🧑🔬 Domain scientists with computational needs
- 💻 Developers interested in scientific computing
- 🤖 AI researchers building science agents
- 📚 Anyone passionate about open science
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.
Built with ❤️ by the DeepModeling community.