Arithmetic MCP Server
Operaciones aritméticas del servidor MCP
Este servidor MCP proporciona herramientas para realizar las cuatro operaciones aritméticas básicas: suma, resta, multiplicación y división.
función
Este servidor proporciona las siguientes herramientas aritméticas:
sumar - Suma dos números
restar - resta dos números
multiplicar - multiplica dos números
dividir - Divide dos números (devuelve un error si se divide por cero)
Related MCP server: FastMCP Dummy Server
Cómo instalar
Clonar o descargar este repositorio
Instalar las dependencias:
npm installCompilar TypeScript:
npm run build
Cómo configurar en Cline
Para utilizar este servidor con Cline, debe editar el archivo de configuración de la aplicación de escritorio Claude:
Cree o edite el archivo de configuración en la siguiente ruta:
~/Library/Application Support/Claude/claude_desktop_config.jsonAgregue lo siguiente (o agréguelo dentro de un objeto mcpServers existente, si ya existe uno):
{ "mcpServers": { "arithmetic": { "command": "node", "args": ["/Users/y_nakasaka/Documents/Cline/MCP/arithmetic-server/src/index.js"], "disabled": false, "autoApprove": [] } } }Reiniciar la aplicación de escritorio Claude
Ejemplo de uso
Puede invocar las herramientas aritméticas en Cline utilizando las indicaciones:
"Suma 5 y 3."
"Resta 7 de 10."
"Multiplica 6 y 8."
"Divide 20 entre 4."
Detalles técnicos
Este servidor utiliza las siguientes tecnologías:
Mecanografiado
SDK del Protocolo de Contexto de Modelo (MCP)
Zod (para validación)
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceA sample implementation of Model Context Protocol server demonstrating core functionality with simple arithmetic tools and greeting resources.
- Flicense-quality-maintenanceA minimal example server implementing the Model Context Protocol, providing addition and multiplication tools for learning and experimentation with MCP clients.1
- FlicenseBqualityDmaintenanceA simple server that provides basic mathematical operations (sum and subtraction) through the Model Context Protocol.21
- Flicense-qualityDmaintenanceProvides basic mathematical operations (addition, subtraction, multiplication, division) through a Model Context Protocol server. Enables MCP-compatible clients like chatbots to perform calculations by sending structured math requests.
Related MCP Connectors
This MCP server enables users to perform scientific computations regarding linear algebra and vect…
A Model Context Protocol server for Wix AI tools
Educational MCP server with 17 math/stats tools, visualizations, and persistent workspace
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/YuheiNakasaka/arithmetic-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server