Skip to content
Cursor

RPN Calculator for Cursor

com.apished/rpn-calculator

Evaluates Reverse Polish Notation (postfix) expressions: arithmetic, trig, logs, bitwise ops.

client:Cursor transport:streamable-http tools:1

Install RPN Calculator in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "rpn-calculator": {
      "url": "https://apished.com/mcp/v1/rpncalc"
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

What Cursor can do once it is connected

RPN Calculator in other clients