JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 41
  • Score
    100M100P100Q82813F
  • License MIT

MCP server for AI-first authoring of Vox documents

Package Exports

  • @voxdoc/mcp

Readme

@voxdoc/mcp

MCP (Model Context Protocol) server for AI-first authoring of Vox documents.

Install

npm install @voxdoc/mcp

Usage

import { startServer } from "@voxdoc/mcp";

// Start MCP server for a document
await startServer("document.vox");

Or use the CLI:

# Single file
vox mcp serve document.vox

# Workspace — serve a directory of .vox files
vox mcp serve ./docs/

MCP Tools (24 total)

Workspace: list_documents, open_document, create_document

Reads: get_document, list_blocks, get_block, get_schema, search_blocks

Writes: add_block, edit_block, delete_block, move_block, set_metadata, set_variable

Review: add_comment, list_comments, resolve_comment, set_block_status, set_status

Accessibility: set_description, set_transcription, get_accessibility_report

Output: validate, compile

Claude Desktop Config

{
  "mcpServers": {
    "vox-document": {
      "command": "vox",
      "args": ["mcp", "serve", "/path/to/docs/"]
    }
  }
}

License

MIT — Raiser Software Inc.