RPN Calculator
FreeNot checkedReverse Polish Notation calculator with standard math operations.
About
Reverse Polish Notation calculator with standard math operations.
README
MCP server that exposes an RPN calculator
Install
pip install mcp-rpn
Usage
mcp-rpn
The server uses stdio transport for MCP protocol communication.
MCP Tools
evaluate
Evaluate an RPN (Reverse Polish Notation) expression.
{
"name": "evaluate",
"arguments": {
"expression": "3 4 +",
"show_stack": true
}
}
Operators:
+- Add-- Subtract-- Multiply/- Divide**- Power%- Modulo
Commands:
clear- Clear the stackdup- Duplicate top of stackswap- Swap top two elements
Examples:
3 4 +returns710 5 2 + * 2 -returns323 2 /returns1.5
clear
Clear the calculator stack.
{
"name": "clear",
"arguments": {}
}
Development
git clone https://github.com/daedalus/mcp-rpn.git
cd mcp-rpn
pip install -e ".[test]"
# run tests
pytest
# format
ruff format src/ tests/
# lint
ruff check src/ tests/
# type check
mypy src/
MCP Registry
mcp-name: io.github.daedalus/mcp-rpn
Installing RPN Calculator
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/daedalus/mcp-rpnFAQ
Is RPN Calculator MCP free?
Yes, RPN Calculator MCP is free — one-click install via Unyly at no cost.
Does RPN Calculator need an API key?
No, RPN Calculator runs without API keys or environment variables.
Is RPN Calculator hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install RPN Calculator in Claude Desktop, Claude Code or Cursor?
Open RPN Calculator on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare RPN Calculator with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
