training-mcp-expr

training-mcp-expr

3.2

Example of MCP server to evaluate simple mathematical expressions.

training-mcp-expr

Example of MCP server to evaluate simple mathematical expressions

Based on :

Install the MCP server as an stdio server with :

"mcp-expr": {
  "command": "npx",
  "args": [
    "--y",
    "tsx",
    "/absolute/path/to/training-mcp-expr/index.ts"
  ],
  "env": {}
}