Back to Home
sadjad-chrono icon

mcp-learning

Verified Safe

by sadjad-chrono

Overview

This MCP server provides a simple arithmetic 'add' tool for AI assistants like Claude, enabling them to perform basic addition operations locally.

Installation

Run Command
npx -y @sadjadteh-chrono/mcp-learning

Security Notes

The core functionality in `src/mcpserver/index.ts` (the 'add' tool) is simple and appears safe, using Zod for input validation and not involving file system access or dynamic code evaluation. However, the `package.json` includes `puppeteer` and `robotjs` as dependencies. These are powerful libraries capable of browser automation and desktop control (mouse, keyboard). While they are not currently utilized in the provided `index.ts`, their presence in a project described as providing 'arithmetic tools' introduces a potential risk for future, unaudited tool implementations or if a vulnerability were found that could leverage these high-privilege dependencies.

Similar Servers

Stats

Interest Score0
Security Score7
Cost ClassLow
Avg Tokens15
Stars0
Forks0
Last Update2025-12-01

Tags

MCPAI ToolsArithmeticNode.jsClaude