The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Vaiz MCP listing page.
DEPRECATED. This package is no longer maintained and this repository is archived.
Vaiz now provides a hosted MCP server at
https://api.vaiz.com/mcpwith OAuth. You no longer need a localnpxproxy or aVAIZ_API_TOKEN.Cursor users: install the official Vaiz plugin from the Cursor Marketplace — https://github.com/vaizcom/vaiz-cursor-plugin
Any MCP client: point it at the remote server directly.
Then authenticate when prompted (in Cursor: Settings → Tools & MCPs → Authenticate).
Guide: https://vaiz.com/help/tutorials/how-to-connect-vaiz-to-mcp · Support: https://vaiz.com/support
Existing installations of
vaiz-mcpkeep working for now, but will not receive updates or security fixes. Please migrate.
The original documentation is kept below for reference.
MCP (Model Context Protocol) client for Vaiz — connect Cursor/Claude to your Vaiz workspace.
Or use directly via npx:
| Variable | Required | Description |
|---|---|---|
VAIZ_API_TOKEN | Yes | Your Vaiz API key (Bearer token) |
VAIZ_SPACE_ID | No | Your Vaiz Space ID |
VAIZ_API_URL | No | MCP API URL (default: https://api.vaiz.com/mcp) |
VAIZ_DEBUG | No | Set to true for debug output to stderr |
Create or edit ~/.cursor/mcp.json:
Or after global installation (npm install -g vaiz-mcp):
Add to claude_desktop_config.json:
After configuration, Cursor/Claude will automatically connect to your Vaiz workspace and gain access to:
To enable debug output, add the VAIZ_DEBUG variable:
Debug messages will be output to stderr.
You can also use the library programmatically:
MIT