vitally-mcp

micahyee415/vitally-mcp
★ 0 stars TypeScript 🔒 Security Updated today
Model Context Protocol (MCP) server for the Vitally customer-success platform: 40 read/write tools with per-user OAuth and a write allowlist.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "vitally-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "micahyee415/vitally-mcp"
      ]
    }
  }
}

README Excerpt

> A Model Context Protocol (MCP) server for the [Vitally](https://vitally.io) customer-success platform — 40 tools covering read and write operations — deployed on Google Cloud Run with Google OAuth authentication. `vitally-mcp-server` exposes Vitally's REST API as a set of MCP tools that any MCP-compatible AI client (e.g. Claude) can call directly. It is built with the official `@modelcontextprotocol/sdk`, runs as a stateless HTTP service on Cloud Run, and restricts access to a configurable Goo

Tools (20)

ALLOWED_DOMAINGOOGLE_CLIENT_IDGOOGLE_CLIENT_SECRETPORTSERVER_URLVITALLY_API_KEYVITALLY_SUBDOMAINWRITE_ALLOWLISTcreate_custom_object_instancecreate_notecreate_taskdelete_custom_object_instancedelete_notedelete_taskget_accountget_account_health_scoresget_meetingget_meeting_transcriptget_noteget_organization

Topics

cloud-runcustomer-successgoogle-oauthmcpmodel-context-protocoltypescript