A
securityF
licenseA
qualityA server that provides tools for performing basic arithmetic operations (addition, subtraction, multiplication, division) via the Model Context Protocol.
Last updated -
4
JavaScript
FastMCP 기반 계산기 MCP 서버입니다. 기본적인 수학 연산(덧셈, 뺄셈, 곱셈, 나눗셈, 거듭제곱, 제곱근)을 제공합니다.
@mcp.py
: 메인 MCP 서버 파일test_client.py
: 서버 테스트를 위한 클라이언트claude_desktop_config_example.json
: Claude Desktop 설정 예제roo_mcp_config.json
: Roo MCP 설정 파일claude_desktop_config.json
파일에 다음과 같이 설정하세요:
서버가 실행되면 다음과 같은 도구들을 사용할 수 있습니다:
add(a, b)
: a + bsubtract(a, b)
: a - bmultiply(a, b)
: a × bdivide(a, b)
: a ÷ bpower(a, b)
: a^bsquare_root(a)
: √acalculator://info
: 계산기 서버 정보를 제공합니다MIT License
This server cannot be installed
A server that provides basic mathematical operations (addition, subtraction, multiplication, division, power, square root) through MCP tools for use with AI assistants like Claude.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/insujeon/fastmcp-calculator-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server