JasonGuoo/calculator-mcp
This project aims to create a Minecraft Plugin (MCP) server that functions as a calculator. It will accept string inputs, which can include basic arithmetic operations such as addition, subtraction, multiplication, and division, and then compute the result.
Platform-specific configuration:
{
"mcpServers": {
"calculator-mcp": {
"command": "npx",
"args": [
"-y",
"calculator-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...