Simple Math
БесплатноНе проверенA simple MCP server that provides basic arithmetic operations like add and multiply, enabling Claude to perform math calculations.
Описание
A simple MCP server that provides basic arithmetic operations like add and multiply, enabling Claude to perform math calculations.
README
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.
Установка Simple Math
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/Vasuaggarwal0509/MCP-Claude-integrationFAQ
Simple Math MCP бесплатный?
Да, Simple Math MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Simple Math?
Нет, Simple Math работает без API-ключей и переменных окружения.
Simple Math — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Simple Math в Claude Desktop, Claude Code или Cursor?
Открой Simple Math на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Simple Math with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
