simple_math
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@simple_mathadd 5 and 10"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP and Claude integration
step 1. create folder in vs code
step 2. create venv
step 3. activate venv .ps1
step 4. install dependencies
step 5. make mcp_tools.py file and write starter code
step 6. locate claude folder in your pc using [explorer "$env:APPDATA\Claude"] in powershell
step 7. create a config json file using [code "path_to_folder\claude_desktop_config.json" ]
step 8. write json code (this is configuration file code to be written in claude folder ):
{
"preferences": {
"menuBarEnabled": false,
"legacyQuickEntryEnabled": false
},
"mcpServers": {
"simple_math": {
"command": "D:\\MCP server learning\\venv\\Scripts\\python.exe",
"args": [
"D:\\MCP server learning\\mcp_tools.py"
]
}
}
}step 9. restart claude properly (note: ctrl+ shift + esc to end task of claude in backcgrund to restart it)
step 10. just write in claude prompt bar directly
example : use simple_math add 5 and 10 here we made a tool simple_math where add is written
Claude Desktop never executes your Python functions directly.
What Claude actually does is:
✔ It launches your Python process ✔ It connects to it through stdin/stdout ✔ It speaks the Model Context Protocol (MCP) ✔ Your Python file only works because it is an MCP server
hence we need mcp server to interact with llm with our personal python code
Here i made multiply in addition tool to verify my custom tool code and it is working fine.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceA simple Model Context Protocol (MCP) server that provides basic calculation functions to Claude. It enables users to perform mathematical operations like addition directly through natural language commands.Last updated1MIT
- FlicenseAqualityDmaintenanceA basic MCP server built with the FastMCP framework that provides fundamental mathematical operations like addition, subtraction, multiplication, and division. It serves as a demonstration for integrating math-based tools into MCP-compatible environments like Cursor IDE.Last updated4
- Flicense-qualityDmaintenanceA sample MCP server that provides basic arithmetic tools like addition, subtraction, multiplication, and division. It serves as a demonstration for implementing the Model Context Protocol and connecting custom tools to clients like Claude Desktop.Last updated
- Flicense-qualityCmaintenanceA simple MCP server that provides a tool for adding two numbers, designed for testing MCP integration with Claude.Last updated
Related MCP Connectors
This MCP server enables users to perform scientific computations regarding linear algebra and vect…
Augments MCP Server - A comprehensive framework documentation provider for Claude Code
Educational MCP server with 17 math/stats tools, visualizations, and persistent workspace
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Vasuaggarwal0509/MCP-Claude-integration'
If you have feedback or need assistance with the MCP directory API, please join our Discord server