My-MCP-Server

RashWadhwa/My-MCP-Server
★ 0 stars Python 🤖 AI/LLM Updated 7d ago
A secure password generation tool integrated with Claude Desktop via the Model Context Protocol (MCP).
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "my-mcp-server": {
      "command": "uvx",
      "args": [
        "my-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install my-mcp-server