README.md
April 16, 2025 ยท View on GitHub
Local server setup
-
Use python 3.10
-
create a virtual env C:\Users\91998\AppData\Local\Programs\Python\Python313\python.exe -m venv .venv
-
install mcp package and uv python -m pip install --upgrade mcp[cli] pip install uv
-
use node version v22.14.0
-
mcp dev calc.py
-
in your local host it will run MCP inspector http://127.0.0.1:6274/#prompts
select Transport Type as STDIO command as uv Arguments run --with mcp mcp run calc.py
Integrating with cursor tool
-
Install cursor tool in your local machine provide the mcp.json as follow { "mcpServers": { "server-name": { "command": "C:\Users\91998\AppData\Local\Programs\Python\Python313\python.exe -m uv", "args": ["run --with mcp mcp run C:\Users\91998\mcp\calc.py"] } } }
-
In chat verify the results of the prompt