Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Vaiz MCPshow me my open tasks for this week"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
vaiz-mcp
MCP (Model Context Protocol) client for Vaiz — connect Cursor/Claude to your Vaiz workspace.
Installation
Or use directly via npx:
Configuration
Environment Variables
Variable | Required | Description |
| ✅ | Your Vaiz API key (Bearer token) |
| ✅ | Your Vaiz Space ID |
| ❌ | MCP API URL (default: |
| ❌ | Set to |
Cursor Configuration
Create or edit ~/.cursor/mcp.json:
Or after global installation (npm install -g vaiz-mcp):
Claude Desktop Configuration
Add to claude_desktop_config.json:
Usage
After configuration, Cursor/Claude will automatically connect to your Vaiz workspace and gain access to:
🔍 Search tasks, projects, users
📋 Task management (create, edit, comments)
📊 View boards and projects
👥 Team member information
📝 Work with documents and milestones
Debugging
To enable debug output, add the VAIZ_DEBUG variable:
Debug messages will be output to stderr.
Programmatic Usage
You can also use the library programmatically:
Development
License
MIT