Math Mcp Learning MCP Server

v1.0.0APIsstable

Safely evaluate mathematical expressions with support for basic operations and math functions. Supported operations: +, -, *, /, **, () Supported functions: sin, cos, tan, log, sqrt, abs, pow Examples: - '2 + 3 * 4' → 14 - 'sqrt(16)' → 4.0 - 'sin(3.1

uncategorized
Share:
0
Stars
0
Downloads
0
Weekly
0/5

About

Safely evaluate mathematical expressions with support for basic operations and math functions. Supported operations: +, -, *, /, **, () Supported functions: sin, cos, tan, log, sqrt, abs, pow Examples: - '2 + 3 * 4' → 14 - 'sqrt(16)' → 4.0 - 'sin(3.1

Features

  • calculate
  • statistics
  • compound_interest
  • convert_units
  • save_calculation

Use Cases

Safely evaluate mathematical expressions with support for basic operations and math functions. Supported operations: +, -, *, /, **, () Supported functions: sin, cos, tan, log, sqrt, abs, pow Examples: - '2 + 3 * 4' → 14 - 'sqrt(16)' → 4.0 - 'sin(3.1
Perform statistical calculations on a list of numbers. Available operations: mean, median, mode, std_dev, variance
Calculate compound interest for investments. Formula: A = P(1 + r/n)^(nt) Where: - P = principal amount - r = annual interest rate (as decimal) - n = number of times interest compounds per year - t = time in years
Convert between different units of measurement. Supported unit types: - length: mm, cm, m, km, in, ft, yd, mi - weight: g, kg, oz, lb - temperature: c, f, k (Celsius, Fahrenheit, Kelvin)
Save calculation to persistent workspace (survives restarts). Args: name: Variable name to save under expression: The mathematical expression result: The calculated result Examples: save_calculation('portfolio_return', '10000 * 1.07^5', 14025.52) sav
Community

Maintainer

LicenseMIT
Languagetypescript
Versionv1.0.0
UpdatedN/A
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

NPM

npx -y math-mcp-learning-server

Manual Installation

npx -y math-mcp-learning-server

Examples

Basic Configuration

Configure Math Mcp Learning MCP Server

npx -y math-mcp-learning-server

Configuration

Configuration Details

Config File

claude_desktop_config.json

Web UI

Not available

Security

Authentication

RequiredNo

Features

Data Encryption
Audit Logging
RBAC Support

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

More APIs MCP Servers

Explore other servers in the APIs category.

Quick Config Preview

{ "mcpServers": { "math-mcp-learning": { "command": "npx", "args": ["-y", "math-mcp-learning-server"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Math Mcp Learning MCP Server?

Browse our complete directory of 60+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

60+ ServersFree & Open SourceStep-by-Step Guides