Odel
vaiz mcp

vaiz mcp

Local
@vaizcom1TypeScriptMITUpdated 1mo ago

Connect AI assistants to your Vaiz workspace: tasks, projects, boards, documents and milestones.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmvaiz-mcpv1.1.2

Run

npx -y vaiz-mcp

MCP client config

{
  "mcpServers": {
    "vaiz-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "vaiz-mcp"
      ]
    }
  }
}