vkusvill-mcp-server-example

2heoh/vkusvill-mcp-server-example
★ 0 stars Python 📦 Other Updated 2d ago
An MCP server.
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": {
    "vkusvill-mcp-server-": {
      "command": "uvx",
      "args": [
        "vkusvill-mcp-server-example"
      ]
    }
  }
}

Or install with pip: pip install vkusvill-mcp-server-example