VoxMesh
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@VoxMeshCheck the light status"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
VoxMesh
VoxMesh is a platform-independent, voice-first AI agent gateway.
The project is designed to connect speech input, speech-to-text, an AI agent, MCP tools, text-to-speech, and voice output while keeping the Agent Core independent of hardware, operating systems, and AI providers.
Project Status
VoxMesh has an initial Mock Mode vertical slice for development and architecture validation. It includes:
a pnpm and TypeScript monorepo
a Fastify server and React Web Console
first-run administrator password setup and session authentication
SQLite conversation and log persistence
provider-independent Agent Core contracts
deterministic Mock LLM and Mock MCP tool execution
browser Mock Voice recording with Mock STT and generated WAV response
selectable Composed and Mock Native Multimodal voice pipeline modes
Dashboard, Chat, Conversations, and Logs pages
Settings page for password rotation and Mock/Azure OpenAI configuration
write-only Azure OpenAI API key handling and connection testing
generic OpenAI-compatible LLM configuration, including Alibaba Cloud Model Studio
English and Simplified Chinese Web Console localization
browser-language detection and persisted language selection
Light, Dark, and System appearance modes
persisted appearance selection with live operating-system synchronization
feature-oriented, single-purpose React components
React Testing Library behavioral tests for every current UI component
TanStack Router with Browser History and deep-linkable pages
TanStack Query for remote server state and cache invalidation
TanStack Form for complex Settings workflows
unit, integration, and Playwright end-to-end tests
Azure Speech, generic external MCP transports, physical audio, and deployment packaging remain planned work.
The architecture is designed for:
macOS, Linux, and Windows development
Linux amd64 and arm64 deployment
Docker Compose and native systemd deployment
Mock Mode without hardware or external service credentials
Related MCP server: Pipecat MCP Server
Requirements
Node.js 22.12 or later
pnpm 10.27
Quick Start
pnpm install
pnpm build
pnpm --filter @voxmesh/server startOpen http://127.0.0.1:3000, create the first administrator password, sign in, and use Chat. Enter Check the light status to exercise the Mock LLM -> Mock MCP -> Mock LLM flow.
The Chat page also provides Start recording, Stop recording, and Play response controls. In Mock Mode, recorded audio is validated, transcribed to a deterministic test phrase, processed through Agent Core and Mock MCP, and returned with a generated test WAV.
Use Settings to change the administrator password or switch Chat between Mock and Azure OpenAI. Azure OpenAI requires an HTTPS endpoint, deployment name, API version, and API key. The API key is stored in the local SQLite database, is never returned to the browser, and is protected by host filesystem permissions.
The LLM provider can also use an OpenAI-compatible API. For Alibaba Cloud Model Studio, configure the region/workspace base URL, API key, and model name such as qwen-plus.
Alibaba Cloud speech uses the dedicated Alibaba Cloud Model Studio STT/TTS provider, not the OpenAI-compatible Audio API. Configure the workspace WebSocket endpoint, API key, realtime ASR or TTS model, language, and voice independently for STT and TTS.
Use the language selector on setup, login, or Settings to switch between English and Simplified Chinese. The preference is stored in the browser and applies immediately.
Use the appearance selector in Settings to choose Light, Dark, or System. System is the default and follows live operating-system theme changes.
For frontend and backend development with automatic reload:
pnpm devThe Web Console is available at http://127.0.0.1:5173 and proxies API requests to the server on port 3000.
Web Console pages use stable URLs such as /dashboard, /chat, /conversations, /conversations/<id>, /logs, and /settings. Direct loading, refresh, and browser back or forward navigation are supported.
Configuration
Copy .env.example values into your environment or process manager:
Variable | Default | Description |
|
| Server listen address |
|
| Server listen port |
|
| SQLite database path |
|
| Administrator session lifetime |
|
| Require HTTPS for the session cookie |
The first administrator password must contain at least 10 characters. Passwords are stored as salted scrypt hashes. Session cookies are HttpOnly and SameSite=Strict.
Changing the administrator password revokes every active session. Azure OpenAI settings take effect on the next Chat request. The connection-test action sends a small request to the configured deployment and may incur provider usage costs.
Validation
pnpm format:check
pnpm lint
pnpm typecheck
pnpm test:unit
pnpm test:integration
pnpm build
pnpm test:e2eRun every required check with:
pnpm validatePlaywright MCP
The repository-level .mcp.json configures Playwright MCP for
browser investigation through structured accessibility snapshots. Copilot CLI
and Claude Code discover this file from the repository root after workspace
trust is approved.
The server uses the latest official package release and isolated browser sessions so cookies and login state are not retained between MCP sessions. Restart the MCP client after changing the configuration.
Default tests and Mock Mode require no AI credentials, external MCP servers, or audio hardware.
Workspace
apps/server Fastify API, authentication, and composition root
apps/web React and Vite Web Console
apps/web/src/features Feature-oriented pages, forms, and settings components
apps/web/src/components Shared layout components
apps/web/src/router.tsx Typed TanStack Router route tree and guards
apps/web/src/query.ts Typed TanStack Query keys and query options
packages/agent-core Provider-independent agent runtime and mocks
packages/shared Runtime schemas and shared contracts
packages/storage SQLite storage adapter
tests/e2e Browser end-to-end testsDocumentation
Coding Agent Instructions
Development Policy
Before implementing a functional change:
Discuss and confirm its behavior, scope, risks, acceptance criteria, and testing requirements.
Create a dedicated branch from the latest
main; never edit or push directly tomain.Keep all repository content and code comments in English.
Add complete unit, integration where applicable, and end-to-end tests.
Add English developer documentation and useful JSDoc or reasoning comments for public contracts, configuration, architecture, security constraints, and non-obvious behavior.
Run all applicable format, lint, type-check, test, and production-build checks.
Use Conventional Commit-style commit messages and PR titles, and split unrelated changes into focused commits.
Obtain separate explicit approval before committing, pushing, creating a pull request, merging, or releasing.
See Development Rules for the complete mandatory policy.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityNot gradedmaintenanceA local voice interface providing high-performance speech recognition and natural text-to-speech with voice cloning capabilities. It enables AI assistants to speak, listen, and engage in character-based voice conversations through integrated MCP tools.

Pipecat MCP Serverofficial
AlicenseNot gradedqualityCmaintenanceEnables voice conversations and screen capture for AI agents via MCP-compatible clients, using Pipecat for speech-to-text and text-to-speech, with support for browser, WebRTC, and phone transport.134BSD 2-Clause "Simplified"- AlicenseNot gradedqualityDmaintenanceA comprehensive audio MCP server that enables AI agents to generate speech, transcribe audio, clone voices, analyze speech quality, design soundscapes, and manage audio assets through a standardized interface.2MIT

leanvox-mcpofficial
AlicenseNot gradedqualityDmaintenanceEnables text-to-speech generation, voice cloning, dialogue creation, and other TTS operations through natural language in MCP-compatible AI assistants.16MIT
Related MCP Connectors
OCR, transcription, file extraction, and image generation for AI agents via MCP.
Voice and chat for AI agents — Discord, Teams, Meet, Slack, Zoom, Telegram, WhatsApp, NC Talk, SIP
Give AI agents real phone numbers, messages, and voice calls via MCP.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/AntaresQAQ/VoxMesh'
If you have feedback or need assistance with the MCP directory API, please join our Discord server