varunidealabs/simple-calculator-mcp-server
If you are the rightful owner of simple-calculator-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
This document provides a tutorial on building a simple MCP calculator server and connecting it to Claude for Desktop.
Tools
Functions exposed to the LLM to take actions
add
Perform addition of two numbers
Subtract
Perform subtraction operation of two numbers
Multiply
Perform multiplication of two numbers
divide
Perform division operation of two numbers (processing zero division error)
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client