CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Neural Mcp

andylbrummer/math-mcp
22 toolsSTDIOregistry active
Summary

This is one of four specialized servers in a GPU-accelerated scientific computing suite. It exposes 16 tools for building, training, and evaluating neural networks, including define_model for architectures like ResNet, train_model with GPU support, and export_model to ONNX format. Works with standard datasets like CIFAR10 and integrates with the broader math-mcp ecosystem through URI-based data sharing across quantum, molecular, and symbolic math servers. You'd reach for this when you want Claude to prototype neural networks, run training experiments, or set up model export pipelines without leaving the conversation. Async task support handles long-running training jobs. GPU acceleration delivers real speedups where it matters, but everything falls back to CPU if CUDA isn't available.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Tools

Public tool metadata for what this MCP can expose to an agent.

22 tools
addAdds two numbers together2 params

Adds two numbers together

Parameters* required
firstNumbernumber
The first addend
secondNumbernumber
The second addend
subtractSubtracts the second number from the first number2 params

Subtracts the second number from the first number

Parameters* required
minuendnumber
The number to subtract from (minuend)
subtrahendnumber
The number being subtracted (subtrahend)
multiplyMultiplies two numbers together2 params

Multiplies two numbers together

Parameters* required
firstNumbernumber
The first number
SecondNumbernumber
The second number
divisionDivides the first number by the second number2 params

Divides the first number by the second number

Parameters* required
numeratornumber
The number being divided (numerator)
denominatornumber
The number to divide by (denominator)
sumAdds any number of numbers together1 params

Adds any number of numbers together

Parameters* required
numbersarray
Array of numbers to sum
moduloDivides two numbers and returns the remainder2 params

Divides two numbers and returns the remainder

Parameters* required
numeratornumber
The number being divided (numerator)
denominatornumber
The number to divide by (denominator)
meanCalculates the arithmetic mean of a list of numbers1 params

Calculates the arithmetic mean of a list of numbers

Parameters* required
numbersarray
Array of numbers to find the mean of
medianCalculates the median of a list of numbers1 params

Calculates the median of a list of numbers

Parameters* required
numbersarray
Array of numbers to find the median of
modeFinds the most common number in a list of numbers1 params

Finds the most common number in a list of numbers

Parameters* required
numbersarray
Array of numbers to find the mode of
minFinds the minimum value from a list of numbers1 params

Finds the minimum value from a list of numbers

Parameters* required
numbersarray
Array of numbers to find the minimum of
maxFinds the maximum value from a list of numbers1 params

Finds the maximum value from a list of numbers

Parameters* required
numbersarray
Array of numbers to find the maximum of
floorRounds a number down to the nearest integer1 params

Rounds a number down to the nearest integer

Parameters* required
numbernumber
The number to round down
ceilingRounds a number up to the nearest integer1 params

Rounds a number up to the nearest integer

Parameters* required
numbernumber
The number to round up
roundRounds a number to the nearest integer1 params

Rounds a number to the nearest integer

Parameters* required
numbernumber
The number to round
sinCalculates the sine of a number in radians1 params

Calculates the sine of a number in radians

Parameters* required
numbernumber
The number in radians to find the sine of
arcsinCalculates the arcsine of a number in radians1 params

Calculates the arcsine of a number in radians

Parameters* required
numbernumber
The number to find the arcsine of
cosCalculates the cosine of a number in radians1 params

Calculates the cosine of a number in radians

Parameters* required
numbernumber
The number in radians to find the cosine of
arccosCalculates the arccosine of a number in radians1 params

Calculates the arccosine of a number in radians

Parameters* required
numbernumber
The number to find the arccosine of
tanCalculates the tangent of a number in radians1 params

Calculates the tangent of a number in radians

Parameters* required
numbernumber
The number in radians to find the tangent of
arctanCalculates the arctangent of a number in radians1 params

Calculates the arctangent of a number in radians

Parameters* required
numbernumber
The number to find the arctangent of
radiansToDegreesConverts a radian value to its equivalent in degrees1 params

Converts a radian value to its equivalent in degrees

Parameters* required
numbernumber
The number in radians to convert to degrees
degreesToRadiansConverts a degree value to its equivalent in radians1 params

Converts a degree value to its equivalent in radians

Parameters* required
numbernumber
The number in degrees to convert to radians

Math-Physics-ML MCP System

PyPI - Math MCP PyPI - Quantum MCP PyPI - Molecular MCP PyPI - Neural MCP Documentation License: MIT

GPU-accelerated Model Context Protocol servers for computational mathematics, physics simulations, and machine learning.

📚 Documentation

View Full Documentation →

GuideDescription
InstallationSetup instructions for pip, uv, and uvx
ConfigurationClaude Desktop & Claude Code setup
Quick StartGet running in 5 minutes
API ReferenceComplete tool documentation
Visual DemosInteractive physics simulations

About

This system enables AI assistants to perform real scientific computing — from solving differential equations to running molecular dynamics simulations.

Double-Slit Interference
Quantum Wave Mechanics
Double-slit interference pattern from solving the time-dependent Schrödinger equation
Galaxy Collision
N-Body Dynamics
Galaxy merger simulation using gravitational N-body calculations
Bragg Scattering
Crystal Diffraction
Bragg scattering from a hexagonal (graphene-like) lattice
Triple-Slit
Multi-Slit Interference
Complex interference patterns from three coherent sources

Overview

This system provides 4 specialized MCP servers that bring scientific computing capabilities to AI assistants like Claude:

ServerDescriptionTools
Math MCPSymbolic algebra (SymPy) + numerical computing14
Quantum MCPWave mechanics & Schrodinger simulations12
Molecular MCPClassical molecular dynamics15
Neural MCPNeural network training & evaluation16

Key Features:

  • GPU acceleration with automatic CUDA detection (10-100x speedup)
  • Async task support for long-running simulations
  • Cross-MCP workflows via URI-based data sharing
  • Progressive discovery for efficient tool exploration

Quick Start

Installation with uvx (Recommended)

Run any MCP server directly without installation:

# Run individual servers
uvx scicomp-math-mcp
uvx scicomp-quantum-mcp
uvx scicomp-molecular-mcp
uvx scicomp-neural-mcp

Installation with pip/uv

# Install individual servers
pip install scicomp-math-mcp
pip install scicomp-quantum-mcp
pip install scicomp-molecular-mcp
pip install scicomp-neural-mcp

# Or install all at once
pip install scicomp-math-mcp scicomp-quantum-mcp scicomp-molecular-mcp scicomp-neural-mcp

# With GPU support (requires CUDA)
pip install scicomp-math-mcp[gpu] scicomp-quantum-mcp[gpu] scicomp-molecular-mcp[gpu] scicomp-neural-mcp[gpu]

Configuration

Claude Desktop

Add to your Claude Desktop configuration file:

macOS: ~/Library/Application Support/Claude/claude_desktop_config.json Windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "math-mcp": {
      "command": "uvx",
      "args": ["scicomp-math-mcp"]
    },
    "quantum-mcp": {
      "command": "uvx",
      "args": ["scicomp-quantum-mcp"]
    },
    "molecular-mcp": {
      "command": "uvx",
      "args": ["scicomp-molecular-mcp"]
    },
    "neural-mcp": {
      "command": "uvx",
      "args": ["scicomp-neural-mcp"]
    }
  }
}

Claude Code

Add to your project's .mcp.json:

{
  "mcpServers": {
    "math-mcp": {
      "command": "uvx",
      "args": ["scicomp-math-mcp"]
    },
    "quantum-mcp": {
      "command": "uvx",
      "args": ["scicomp-quantum-mcp"]
    }
  }
}

Or configure globally in ~/.claude/settings.json.

Usage Examples

Math MCP

# Solve equations symbolically
symbolic_solve(equations="x**3 - 6*x**2 + 11*x - 6")
# Result: [1, 2, 3]

# Compute derivatives
symbolic_diff(expression="sin(x)*exp(-x**2)", variable="x")
# Result: cos(x)*exp(-x**2) - 2*x*sin(x)*exp(-x**2)

# GPU-accelerated matrix operations
result = matrix_multiply(a=matrix_a, b=matrix_b, use_gpu=True)

Quantum MCP

# Create a Gaussian wave packet
psi = create_gaussian_wavepacket(
    grid_size=[256],
    position=[64],
    momentum=[2.0],
    width=5.0
)

# Solve time-dependent Schrodinger equation
simulation = solve_schrodinger(
    potential=barrier_potential,
    initial_state=psi,
    time_steps=1000,
    dt=0.1,
    use_gpu=True
)

Molecular MCP

# Create particle system
system = create_particles(
    n_particles=1000,
    box_size=[20, 20, 20],
    temperature=1.5
)

# Add Lennard-Jones potential
add_potential(system_id=system, potential_type="lennard_jones")

# Run MD simulation
trajectory = run_nvt(system_id=system, n_steps=100000, temperature=1.0)

# Analyze diffusion
msd = compute_msd(trajectory_id=trajectory)

Neural MCP

# Define model
model = define_model(architecture="resnet18", num_classes=10, pretrained=True)

# Load dataset
dataset = load_dataset(dataset_name="CIFAR10", split="train")

# Train
experiment = train_model(
    model_id=model,
    dataset_id=dataset,
    epochs=50,
    batch_size=128,
    use_gpu=True
)

# Export for deployment
export_model(model_id=model, format="onnx", output_path="model.onnx")

Development

# Clone the repository
git clone https://github.com/andylbrummer/math-mcp.git
cd math-mcp

# Install dependencies
uv sync --all-extras

# Install MCP servers in editable mode (required for entry points)
uv pip install --python .venv/bin/python \
  -e servers/math-mcp \
  -e servers/quantum-mcp \
  -e servers/molecular-mcp \
  -e servers/neural-mcp

# Run tests
uv run pytest -m "not gpu"  # CPU only
uv run pytest               # All tests (requires CUDA)

# Run with coverage
uv run pytest --cov=shared --cov=servers

Note: The editable install step is required because uv sync doesn't install entry point scripts for workspace packages. After this step, you can run servers directly with uv run scicomp-math-mcp.

See CONTRIBUTING.md for development guidelines.

Performance

GPU acceleration provides significant speedups for compute-intensive operations:

MCPOperationCPUGPUSpeedup
MathMatrix multiply (4096x4096)2.1s35ms60x
Quantum2D Schrodinger (512x512, 1000 steps)2h2min60x
MolecularMD (100k particles, 10k steps)1h30s120x
NeuralResNet18 training (1 epoch)45min30s90x

Architecture

For technical details about the system architecture, see ARCHITECTURE.md.

License

MIT License - see LICENSE for details.

Contributing

Contributions are welcome! Please see CONTRIBUTING.md for guidelines.

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Registryactive
Packagescicomp-neural-mcp
TransportSTDIO
UpdatedJan 5, 2026
View on GitHub