MCP Servers: How VoxyAI Became Infinitely Customizable
What if your AI assistant could do more than just answer questions? What if it could search your GitHub repos, check your deployment status, query your database, or post to Slack — all from one place? With MCP server support, VoxyAI can now do exactly that. And it does it without compromising on the security that makes VoxyAI unique.
What is MCP?
MCP stands for Model Context Protocol. It is an open standard that allows AI applications to connect to external tools and data sources in a structured, secure way. Think of it as a universal adapter between your AI and the rest of your digital world.
Before MCP, if you wanted your AI to interact with an external service, you needed custom integrations for every single one. MCP changes that. Any service that implements the MCP standard can instantly connect to any AI application that supports it — including VoxyAI.
How It Works in VoxyAI
Adding an MCP server to VoxyAI takes less than a minute. Open Settings, go to MCP Servers, and click Add Server. You give it a name, choose whether it runs locally on your Mac or connects to a remote URL, and fill in the connection details. That is it.
Once connected, VoxyAI automatically discovers every tool the server provides. A GitHub server might offer tools like "search repositories", "create issue", and "list pull requests". A database server might offer "run query" and "list tables". These tools appear in your settings, and your AI can start using them immediately — once you grant permission.
The Possibilities Are Endless
MCP turns VoxyAI from an AI assistant into an AI command center. Here are just a few examples of what you can do:
- Development workflows — Search GitHub issues, review pull requests, check CI/CD pipeline status, and create new issues — all by voice or text.
- Team communication — Search Slack channels, read recent messages, and post updates without switching apps.
- Project management — Query Linear, Jira, or Notion for task status. Ask VoxyAI "what is assigned to me this sprint?" and get an instant answer.
- Database queries — Connect a database MCP server and ask questions in plain English. "How many users signed up last week?" becomes a real query with a real answer.
- Custom internal tools — Build your own MCP server that wraps your company APIs, internal dashboards, or proprietary systems. If you can write an API call, you can make it an MCP tool.
The MCP ecosystem is growing rapidly. New community-built servers appear regularly for popular services, and building your own is straightforward for anyone comfortable with basic scripting.
Two Ways to Connect
VoxyAI supports two transport types for MCP servers, giving you flexibility for any setup:
- Local servers (stdio) — These run as a process on your Mac. VoxyAI launches the server and communicates with it directly. Your data never leaves your machine. This is ideal for open-source MCP servers and maximum privacy.
- Remote servers (HTTP) — These connect to a server running on a URL, with support for authentication headers. Perfect for cloud-hosted services, team-shared servers, or SaaS integrations.
Security That Does Not Compromise
Here is where VoxyAI stands apart. Many AI tools that support external integrations adopt a permissive model: connect a tool and it can do anything. VoxyAI takes the opposite approach.
Every MCP tool in VoxyAI is governed by the same default-deny policy engine that protects email, messages, and calendar actions. This means:
- Nothing runs without permission. When you connect an MCP server, none of its tools can execute until you create a policy that explicitly allows them. No policy means blocked — always.
- Granular control. You can allow specific tools on specific servers while blocking others. Want to let the AI search GitHub but not delete repositories? One policy handles that.
- Three approval modes. Set each policy to Auto (executes immediately for tools you trust), Confirm (shows a dialog so you can review before it runs), or Block (always denied).
- Time-based restrictions. Restrict when tools can run. Allow Slack queries only during work hours. Block database writes on weekends. Your rules, your schedule.
- Content pattern blocking. Use regular expressions to block actions based on their content. Prevent queries that match sensitive patterns from ever executing.
Built-In Safety Nets
Beyond the policy engine, VoxyAI adds multiple layers of protection for MCP tool usage:
- Secret scanning — Every tool output is automatically scanned for API keys, passwords, and tokens before it reaches your screen. Sensitive values are redacted.
- Encrypted configuration — Server credentials and connection details are stored in an AES-256-GCM encrypted database. Encryption keys are managed by the macOS Keychain.
- Full audit trail — Every tool call is logged — what was requested, what policy matched, whether it was approved or blocked, and the result. Nothing happens silently.
- Size validation — Tool arguments are validated against size limits to prevent abuse or accidental data exfiltration.
Enterprise-Grade Controls
For organizations, VoxyAI offers MDM-managed controls for MCP servers. IT administrators can:
- Enable or disable MCP globally across the fleet
- Maintain allowlists and blocklists of permitted servers
- Push mandatory, pre-configured servers to every device
- Lock policies so users cannot weaken security rules
- Enable cloud audit logging for corporate compliance
This means your security team can approve a set of MCP servers and policies, deploy them across the organization, and know that every AI-initiated action is governed by the same rules — without relying on individual users to configure things correctly.
Getting Started
If you are already using VoxyAI, MCP server support is available now. Here is how to get started:
- Open Settings and navigate to the MCP Servers section.
- Enable MCP using the toggle at the top of the section.
- Add a server — try a popular one like the GitHub or filesystem MCP server to see how it works.
- Create a policy in the Policy Manager that allows the tools you want to use.
- Start asking — use natural language to interact with your connected tools.
For detailed setup instructions and configuration examples, visit the MCP Servers documentation page.
Your AI, Your Tools, Your Rules
MCP server support is the biggest expansion of VoxyAI capabilities since launch. It transforms VoxyAI from an AI writing assistant into a fully extensible AI platform — one that can reach into any tool or service you use, while keeping you firmly in control of what it can and cannot do.
The combination of infinite extensibility and default-deny security is rare in AI tools. Most choose one or the other. VoxyAI gives you both — because powerful AI should not mean giving up control.
Try VoxyAI Free
Voice dictation with AI-powered formatting for macOS. Works with free local models or bring your own API keys.
Download VoxyAI