Back to directory
maneeshsit/pythoncmcpserver

maneeshsit/pythoncmcpserver

@maneeshsit

Building a Custom MCP Server using Python

pythonmcpservercustomtutorialclaudetool

Installation & Configuration

{
  "mcpServers": {
    "Demo": {
      "command": "uv",
      "args": [
        "run",
        "--with",
        "mcp[cli]",
        "mcp",
        "run",
        "C:\\Users\\User\\Desktop\\MCPServerTutorial\\main.py"
      ]
    },
    "AI Sticky Notes": {
      "command": "uv",
      "args": [
        "run",
        "--with",
        "mcp[cli]",
        "mcp",
        "run",
        "C:\\PythonCMCPServer\\main.py"
      ]
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/15
Updated
2026/6/17