McpServerDemo

abhishah1608/McpServerDemo
★ 0 stars Python Code/Dev Tools Updated today
Created a mcp server in python and integrated mcp server with claude desktop.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcpserverdemo": {
      "command": "uvx",
      "args": [
        "mcpserverdemo"
      ]
    }
  }
}

Or install with pip: pip install mcpserverdemo

README Excerpt

uv init <proj_name> uv add mcp-cli uv add mcp add like this configuration in claude.configuration.json file: "weatherForecast": { "command": "cmd", "args": [ "/c", "uv", "--directory", "E:\\mcp_proj\\weather_forecast", "run", "python", "-u", "main.py" ] } }