Vaiz MCP

Bring your Vaiz workspace into your AI tools

Connect tasks, projects, documents, and team context to the assistant you already use. Choose your client and follow the setup guide.

What is MCP?

Choose your client

Add a custom MCP server

Connect Vaiz to Cursor

Use Vaiz tasks, projects, and documents as context while you plan and write code.

Step 1: Open MCP settings

In Cursor, open Cursor Settings (for example, via the command palette), then go to Tools & MCPs. Scroll to Installed MCP Servers and click “Add a Custom MCP Server”.

Opening Cursor Settings from the command palette

Step 2: Add the Vaiz server to your MCP configuration

Cursor stores MCP server configurations in the file ~/.cursor/mcp.json. Vaiz runs as a remote MCP server, so all you need is its URL — just copy and paste the configuration below.

json
{
  "mcpServers": {
    "Vaiz": {
      "url": "https://api.vaiz.com/mcp"
    }
  }
}
Vaiz MCP server URL in the mcp.json file

Step 3: Authenticate and authorize access

After saving the config file, return to Tools & MCPs — Vaiz appears under Installed MCP Servers with the “Needs authentication” status. Click “Authenticate”: your browser opens the Vaiz authorization page. Review the requested access and click “Authorize”. When you see “Authorization complete”, return to Cursor — Vaiz is now connected with its tools enabled.

Vaiz server with the Authenticate action in Cursor settings
Vaiz authorization page with requested access for Cursor
Authorization complete page returning to Cursor
Vaiz MCP server connected in Cursor with tools enabled

Step 4: Start a new chat and use Vaiz tools

Open a new chat and send a request that relies on your Vaiz data. For example: “Let’s see how to solve task DEMO-32”. Cursor will call the Vaiz MCP tools and display structured task information.

Step 5: Continue your workflow using Vaiz data

Cursor can now generate follow-up tasks, code, plans, and deliverables using your workspace context. Your Vaiz MCP integration is ready.

Conclusion

Once MCP is connected, Vaiz becomes directly accessible from tools like Cursor, Claude, Claude Code, and Codex. You can ask questions about your tasks, get summaries, and work with real project data without leaving your AI workspace. After a one-time authorization, the connection works securely in the background and is ready whenever you need it.