A
Ai MCP Python
Custom MCP using Claude desktop and Python
Created 6/27/2025
Updated 8 months ago
README
Repository documentation and setup instructions
Steps to configure and run the custom MCP server in python
Youtube Tutorial
Tech with Tim - MCP Tutorial
Resources
Tips
- Install uv and the dependency packages
- uv add "mcp[cli]"
- Download Claude desktop app
- Goto developer mode in Claude desktop and edit claude_desktop_config.json
- Add complete path of uv like below in claude_desktop_config.json
- { "mcpServers": { "Calculator Server": { "command": "C:\Users\bhara\.local\bin\uv.exe", "args": [ "run", "--with", "mcp[cli]", "mcp", "run", "C:\Users\bhara\Downloads\mcp-server-demo\calculator.py" ] }, "AI Add Note Server": { "command": "C:\Users\bhara\.local\bin\uv.EXE", "args": [ "run", "--with", "mcp[cli]", "mcp", "run", "C:\Users\bhara\Downloads\mcp-server-demo\main.py" ] } } }
- Run the command -> uv run mcp install .\calculator.py
uv run mcp install .\main.py - End Claude desktop task from task manager and open claude desktop after adding any new mcp tools
Quick Setup
Installation guide for this server
Install Package (if required)
uvx ai-mcp-python
Cursor configuration (mcp.json)
{
"mcpServers": {
"bharathjinka09-ai-mcp-python": {
"command": "uvx",
"args": [
"ai-mcp-python"
]
}
}
}
Author Servers
Other servers by bharathjinka09