A
Ai MCP Python
Custom MCP using Claude desktop and Python
创建于 6/27/2025
更新于 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
快速设置
此服务器的安装指南
安装包 (如果需要)
uvx ai-mcp-python
Cursor 配置 (mcp.json)
{
"mcpServers": {
"bharathjinka09-ai-mcp-python": {
"command": "uvx",
"args": [
"ai-mcp-python"
]
}
}
}
作者服务器
其他服务器由 bharathjinka09