training-mcp-expr

ArnaudBuchholz/training-mcp-expr

3.1

If you are the rightful owner of training-mcp-expr and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

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": {}
}