mcpserver

Sanjay8959/mcpserver
★ 1 stars Python 💻 Code/Dev Tools Updated 5d ago
my own mcp server using uv mcp[cli].
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": {
    "mcpserver": {
      "command": "uvx",
      "args": [
        "mcpserver"
      ]
    }
  }
}

Or install with pip: pip install mcpserver