Vaiz

by vaizcom

Not rated
GitHub

About

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

Details

Author
vaizcom
Categories
Productivity

Setup

Install Vaiz in your MCP client (Claude Desktop, Cursor, Windsurf, and others).

Repository: https://github.com/vaizcom/vaiz-mcp

Follow the installation instructions in the repository README, then restart your MCP client.

MCP (Model Context Protocol) client for Vaiz β€” connect Cursor/Claude to your Vaiz workspace.

{ "mcpServers": { "vaiz": { "command": "npx", "args": ["vaiz-mcp@latest"], "env": { "VAIZ_API_TOKEN": "your-api-key", "VAIZ_SPACE_ID": "your-space-id" } } } }

Or after global installation (npm install -g vaiz-mcp):

{ "mcpServers": { "vaiz": { "command": "vaiz-mcp@latest", "env": { "VAIZ_API_TOKEN": "your-api-key", "VAIZ_SPACE_ID": "your-space-id" } } } }
{ "mcpServers": { "vaiz": { "command": "npx", "args": ["vaiz-mcp@latest"], "env": { "VAIZ_API_TOKEN": "your-api-key", "VAIZ_SPACE_ID": "your-space-id" } } } }

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

To enable debug output, add theVAIZ_DEBUGvariable:

{ "mcpServers": { "vaiz": { "command": "npx", "args": ["vaiz-mcp@latest"], "env": { "VAIZ_API_TOKEN": "your-api-key", "VAIZ_DEBUG": "true" } } } }

Debug messages will be output to stderr.

You can also use the library programmatically:

import { createVaizMCPClient } from 'vaiz-mcp'; const client = createVaizMCPClient({ apiKey: 'your-api-key', spaceId: 'your-space-id', }); // Initialize connection const initResult = await client.initialize(); // Get list of tools const tools = await client.listTools(); // Call a tool const result = await client.callTool('search', { query: 'important task', entityType: 'task' });
# Clone the repository git clone https://github.com/vaiz/vaiz-mcp.git cd vaiz-mcp # Install dependencies npm install # Build the project npm run build # Run in development mode npm run dev

The 1Password MCP server creates a bridge that allows MCP clients such as Codex and Kiro to manage your 1Password Environments with secure authorization prompts.

This is the 1st, easiest, and cheapest PPT, slides, presentation AI generation MCP Server in the world.

Persistent memory for any AI assistant. Zero token cost until recall. Stores memories in local SQLite, ranks by 6-factor scoring, returns results 79% smaller than JSON. Works with Claude, ChatGPT, Grok, Cursor, Windsurf, and any MCP client.

A MCP server that enables AI assistants to interact with Anki, the spaced repetition flashcard application.

Enables LLM clients to interact with macOS applications through AppleScript. Built using the @beyondbetter/bb-mcp-server library, this server provides safe, controlled execution of predefined scripts with optional support for arbitrary script execution.

An MCP server for WordPress plugin audits

Turn your AI assistant into a digital marketing hub that creates, organizes, and analyzes links and QR Codes on demand.

Connect AI clients to Cal.com scheduling through the Model Context Protocol using the hosted server at mcp.cal.com or a local instance.

Sync Calendars, Scheduling Links, AI Executive Scheduling Assistant, Unified Calendar

No reviews yet β€” be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.