trueconf-server-mcp

TrueConf/trueconf-server-mcp
★ 2 stars Python Code/Dev Tools Updated today
Manage TrueConf Server conferences, recordings, and invitations from any MCP client
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

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

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