Windows Calculator MCP Server
Connects Claude Desktop to Windows Calculator, enabling accurate mathematical calculations using Windows' native PowerShell calculation engine.
README
Windows Calculator MCP Server
An MCP (Model Context Protocol) server that connects Claude Desktop to Windows Calculator, enabling Claude to perform accurate mathematical calculations using Windows' native calculation engine.
Features
- Accurate Calculations: Uses Windows' native PowerShell calculation engine for precise results
- Automatic Integration: Starts and stops automatically with Claude Desktop
- Seamless Experience: No manual server management required
- Secure: Sanitizes input to prevent code injection
- Simple Setup: Easy one-time configuration
Prerequisites
- Windows Operating System
- Node.js (version 16.0.0 or higher)
- Claude Desktop (Windows version)
- PowerShell (built into Windows)
Installation
-
Clone the repository
git clone https://github.com/rspeciale0519/WinCalcMCP.git cd WinCalcMCP -
Install dependencies
npm install -
Test the server (optional)
node server.jsYou should see:
Windows Calculator MCP server running...PressCtrl+Cto stop.
Configuration
-
Locate your Claude Desktop config file Navigate to:
%APPDATA%\Claude\claude_desktop_config.jsonIf the file doesn't exist, create it.
-
Add the MCP server configuration
{ "mcpServers": { "windows-calculator": { "command": "node", "args": ["C:\\path\\to\\your\\WinCalcMCP\\server.js"], "env": {} } } }Important: Replace
C:\\path\\to\\your\\WinCalcMCP\\server.jswith the actual path to your server.js file. -
Restart Claude Desktop Close Claude Desktop completely and restart it.
Usage
Once configured, you can ask Claude to perform calculations:
- "What is 123 × 456?"
- "Calculate 15% of 2,847"
- "What's the square root of 144?"
- "Solve: (25 + 17) × 3 - 8"
Claude will automatically use the Windows Calculator MCP server to provide accurate results.
How It Works
The MCP server:
- Receives calculation requests from Claude Desktop
- Sanitizes the mathematical expression for security
- Executes the calculation using PowerShell's
[math]functions - Returns the precise result to Claude
- Runs as a background process managed by Claude Desktop
Supported Operations
- Basic Arithmetic: Addition (+), Subtraction (-), Multiplication (*), Division (/)
- Parentheses: For order of operations
- Decimal Numbers: Full floating-point precision
- Mathematical Functions: Via PowerShell's math library
Troubleshooting
Server won't start
- Verify Node.js is installed:
node --version - Check the path in
claude_desktop_config.jsonis correct - Ensure PowerShell is available:
powershell -Command "Get-Host"
Calculations not working
- Restart Claude Desktop completely
- Check that the MCP server appears in Claude Desktop's settings
- Verify the server.js file exists at the specified path
Permission errors
- Run PowerShell as Administrator and execute:
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
File Structure
WinCalcMCP/
├── server.js # Main MCP server code
├── package.json # Node.js dependencies and metadata
├── .gitignore # Git ignore rules
└── README.md # This file
Technical Details
- Language: JavaScript (Node.js)
- MCP SDK Version: ^0.4.0
- Protocol: Uses stdio transport for communication with Claude Desktop
- Calculation Engine: Windows PowerShell
[math]functions - Security: Input sanitization prevents code injection
Contributing
- Fork the repository
- Create a feature branch
- Make your changes
- Test thoroughly on Windows
- Submit a pull request
License
This project is licensed under a Personal-Use-Only Software License.
What this means:
- ✅ Personal use is FREE - Use for learning, personal projects, experimentation
- ✅ Modify and customize for your personal needs
- ✅ Share with family/friends for non-commercial purposes
- ❌ Commercial use prohibited - No business, professional, or revenue-generating use
- ❌ No commercial distribution - Cannot be used in business environments
Commercial Licensing Available
If you need to use this MCP server for commercial purposes, please contact 4miodio@gmail.com for commercial licensing options.
See the LICENSE file for complete terms and conditions.
Support
If you encounter issues:
- Check the troubleshooting section above
- Verify your Windows version supports PowerShell
- Ensure Claude Desktop is the latest version
- Open an issue on GitHub with details about your setup
Note: Support is provided for personal use only. Commercial users should contact us for commercial licensing and support options.
Commercial Licensing
For commercial use, professional support, or enterprise deployment, please contact 4miodio@gmail.com to discuss commercial licensing options.
Acknowledgments
- Built using the Model Context Protocol (MCP) SDK
- Designed for integration with Anthropic's Claude Desktop
- Uses Windows' native calculation capabilities for accuracy
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.