Voxta docs

Model Context Protocol (STDIO)

Voxta Utilities — connect to MCP tool servers as local executables communicating over stdio.

Voxta Utilities: Model Context Protocol (STDIO) is the same idea as the HTTP/SSE variant but for local executable MCP servers. Voxta launches the executable, talks to it over stdin/stdout, and exposes its tools to the chat.

Use this when:

  • You're running an MCP server that ships as a CLI binary (Python script, npm package, Go executable).
  • You don't want a separate HTTP server process — stdio is lighter weight for local-only setups.

Marked experimental and admin-install only in the registry.

Setup

Add via Manage Services → + Add Services → Voxta Utilities: Model Context Protocol (STDIO). Configure the executable path and any args in the module settings.

On this page