mcp rpn for Cursor
io.github.daedalus/mcp-rpn
MCP server that exposes an RPN calculator
client:Cursor
transport:stdio
runtime:pypi
Install mcp rpn in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-rpn": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-rpn"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs