GPU-accelerated MCP server: symbolic algebra, numerical computing, FFT, optimization, linear algebra
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
GPU-accelerated Model Context Protocol servers for computational mathematics, physics simulations, and machine learning.
| Guide | Description |
|---|---|
| Installation | Setup instructions for pip, uv, and uvx |
| Configuration | Claude Desktop & Claude Code setup |
| Quick Start | Get running in 5 minutes |
| API Reference | Complete tool documentation |
| Visual Demos | Interactive physics simulations |
This system enables AI assistants to perform real scientific computing β from solving differential equations to running molecular dynamics simulations.
Quantum Wave Mechanics Double-slit interference pattern from solving the time-dependent SchrΓΆdinger equation |
N-Body Dynamics Galaxy merger simulation using gravitational N-body calculations |
Crystal Diffraction Bragg scattering from a hexagonal (graphene-like) lattice |
Multi-Slit Interference Complex interference patterns from three coherent sources |
This system provides 4 specialized MCP servers that bring scientific computing capabilities to AI assistants like Claude:
| Server | Description | Tools |
|---|---|---|
| Math MCP | Symbolic algebra (SymPy) + numerical computing | 14 |
| Quantum MCP | Wave mechanics & Schrodinger simulations | 12 |
| Molecular MCP | Classical molecular dynamics | 15 |
| Neural MCP | Neural network training & evaluation | 16 |
Key Features:
Run any MCP server directly without installation:
Add to your Claude Desktop configuration file:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Add to your project's .mcp.json:
Or configure globally in ~/.claude/settings.json.
Note: The editable install step is required because
uv syncdoesn't install entry point scripts for workspace packages. After this step, you can run servers directly withuv run scicomp-math-mcp.
See CONTRIBUTING.md for development guidelines.
GPU acceleration provides significant speedups for compute-intensive operations:
| MCP | Operation | CPU | GPU | Speedup |
|---|---|---|---|---|
| Math | Matrix multiply (4096x4096) | 2.1s | 35ms | 60x |
| Quantum | 2D Schrodinger (512x512, 1000 steps) | 2h | 2min | 60x |
| Molecular | MD (100k particles, 10k steps) | 1h | 30s | 120x |
| Neural | ResNet18 training (1 epoch) | 45min | 30s | 90x |
For technical details about the system architecture, see ARCHITECTURE.md.
MIT License - see LICENSE for details.
Contributions are welcome! Please see CONTRIBUTING.md for guidelines.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/math-mcp)<a href="https://allmcps.com/mcp/math-mcp"><img src="https://allmcps.com/api/badge/math-mcp?style=directory" alt="Math Mcp on AllMCPs" /></a>