The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the MCP Rpn listing page.
MCP server that exposes an RPN calculator
The server uses stdio transport for MCP protocol communication.
Evaluate an RPN (Reverse Polish Notation) expression.
Operators:
+ - Add- - Subtract- - Multiply/ - Divide** - Power% - ModuloCommands:
clear - Clear the stackdup - Duplicate top of stackswap - Swap top two elementsExamples:
3 4 + returns 710 5 2 + * 2 - returns 323 2 / returns 1.5Clear the calculator stack.
mcp-name: io.github.daedalus/mcp-rpn