wyzzhe/mcp-server-calculator
3.2
If you are the rightful owner of mcp-server-calculator 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.
The Calculator MCP Server is a Model Context Protocol server designed for basic arithmetic operations.
Tools
1
Resources
0
Prompts
0
Calculator MCP Server
The Calculator MCP Server is a Model Context Protocol (MCP) server that specifically designed to perform basic arithmetic operations, including addition, subtraction, multiplication, and division.
Installation
Usage with VS Code
{
"mcp": {
"servers": {
"github": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyzzhe/test-go-mcp-server:v1.0.1"
]
}
}
}
}
Usage with Claude Desktop
{
"mcpServers": {
"github": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyzzhe/test-go-mcp-server:v1.0.1"
]
}
}
}
Tool Configuration
Available Toolsets
The following sets of tools are available (all are on by default):
Toolset | Description |
---|---|
calculator | perform basic arithmetic operations(addition, subtraction, multiplication, and division) |