mcpbeat Sign in

Vaiz MCP Server

local only

Vaiz runs on your own machine — the client starts it, so there is no endpoint to ping. 63 installs a week from npm. Last commit 24 Jul 2026.

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

Installs per day peak 146 · avg 13 · -20% w/w
a month agotoday
63
Installs / week
npm · vaiz-mcp
1
Stars
1 open issues
24 Jul 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Vaiz every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp -- npx -y vaiz-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "vaiz-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
command = "npx"
args = ["-y", "vaiz-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "vaiz-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "vaiz-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: VAIZ_API_TOKEN (Your Vaiz API key (Bearer token)), VAIZ_SPACE_ID (Your Vaiz Space ID), VAIZ_API_URL (Vaiz MCP API URL (default: https://api.vaiz.com/mcp)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Vaiz

same job, measured the same way
Stellary Project Management MCP Server
by anymfah

Connect AI assistants to Stellary projects, boards, documents, and governed agent workflows.

answering
Ainecto
by codelives

Ainecto MCP connector for workspace, document, ERD, diagram, task, and attachment workflows.

46 installs/wk local only
Outline MCP Server
by vortiago

Connect AI assistants to Outline for document search, reading, and management

482 installs/wk local only
Mila
by mila-gg

Create and manage documents, spreadsheets, and presentations from your AI assistant.

23 tools answering
Elasticflow
by elasticflow

AI-native team workspace — tables, documents, workflow automation, live dashboards & analytics

answering
Captain Legal
by captain

Compliant legal documents from your AI assistant: 1,100+ templates, 15 countries, free preview.

5 tools answering
Mycase MCP
by oktopeak

Connect Claude to MyCase: cases, contacts, documents, tasks, calendar, calls, time, billing, staff.

36 installs/wk local only
Haus
by onehaus

OneHaus household tools: tasks, calendar, contacts, pets, vehicles, documents and more.

69 tools answering

Vaiz — questions

Answers built from our own checks of this server.

Why is there no uptime for Vaiz?
Vaiz runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package vaiz-mcp was installed 63 times last week.
How do I connect Vaiz?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls vaiz-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Vaiz?
The npm package vaiz-mcp was installed 63 times in the last week. Week over week that is -20%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Vaiz open source?
Yes — it is published under the MIT licence, written in TypeScript, 1 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.