Arithmetic MCP Server
사칙 연산 MCP 서버
이 MCP 서버는 기본 사칙 연산(더하기, 뺄셈, 곱셈, 나눗셈)을 수행하는 도구를 제공합니다.
기능
이 서버는 다음과 같은 사칙 연산 도구를 제공합니다.
add - 두 개의 숫자를 더합니다.
subtract - 두 개의 숫자를 뺍니다.
multiply - 두 개의 숫자를 곱합니다.
divide - 두 숫자를 나눕니다(제로 나누기의 경우 오류를 반환)
Related MCP server: FastMCP Dummy Server
설치 방법
이 저장소를 복제하거나 다운로드합니다.
종속 패키지를 설치합니다.
npm installTypeScript를 컴파일합니다.
npm run build
Cline에서 설정하는 방법
Cline에서 이 서버를 사용하려면 Claude Desktop App의 구성 파일을 편집해야 합니다.
다음 경로에 구성 파일을 만들거나 편집합니다.
~/Library/Application Support/Claude/claude_desktop_config.json다음 내용을 추가합니다(기존 mcpServers 객체가 있는 경우 그 안에 추가합니다):
{ "mcpServers": { "arithmetic": { "command": "node", "args": ["/Users/y_nakasaka/Documents/Cline/MCP/arithmetic-server/src/index.js"], "disabled": false, "autoApprove": [] } } }Claude Desktop App을 다시 시작합니다.
사용 예
Cline에서 다음과 같은 프롬프트를 사용하여 사칙 연산 도구를 호출할 수 있습니다.
"5와 3을 더해 주세요"
"10에서 7을 당겨주세요"
"6과 8을 곱해주세요"
"20을 4로 나눕니다"
기술 세부 사항
이 서버는 다음 기술을 사용합니다.
TypeScript
Model Context Protocol (MCP) SDK
Zod(밸리데이션용)
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