README.md
An example MCP server that provides basic mathematical operations.
An example Model Context Protocol (MCP) server that provides basic mathematical operations such as adding two numbers together. It serves as a demonstration for deploying and configuring MCP servers using Python and the uv package manager.
Tools (1)
add_numbersAdds two numbers together.Configuration
claude_desktop_config.json
{"mcpServers":{"mcpserverexample":{"command":"uv","args":["run","mcpserverexample"]}}}Try it
→Can you add 15 and 27 using the math tool?
→What is the sum of 123.45 and 678.90?
→Use the MCP server to calculate 10 plus 50.