Voxta MCP Bridge Provider
Voxta provider that enables communication with Model Context Protocol (MCP) servers
Overview
Voxta MCP Bridge Provider is a tool that enables communication with Model Context Protocol (MCP) servers, allowing Voxta to leverage external tools and resources through the MCP protocol.
To use the Voxta MCP Bridge Provider, clone the repository, set up the required environment, configure the appsettings.json file, and run the provider to connect to your MCP server.
- Enables communication with MCP servers. - Supports both Windows and Linux environments. - Configurable through
appsettings.jsonfor easy setup. - Monitors connection status and action triggers.
- Integrating Voxta with Home Assistant MCP servers.
- Automating tasks using external tools via MCP.
- Developing applications that require communication with MCP servers.
Add to your AI client
Use these steps to connect Voxta MCP Bridge Provider in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"voxta-mcp-vega-holdings": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-voxta-mcp-vega-holdings"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"voxta-mcp-vega-holdings": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-voxta-mcp-vega-holdings"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"voxta-mcp-vega-holdings": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-voxta-mcp-vega-holdings"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"voxta-mcp-vega-holdings": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-voxta-mcp-vega-holdings"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"voxta-mcp-vega-holdings": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-voxta-mcp-vega-holdings"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"voxta-mcp-vega-holdings": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-voxta-mcp-vega-holdings"
]
}
}
}FAQ
What are the prerequisites for using the provider?
You need .NET 8.0 SDK, Python 3.10 or higher, and Git installed.
How do I troubleshoot connection issues?
Ensure your MCP server is running and check the `MCPServerAddress` configuration in `appsettings.json`.
Can I use this provider on Linux?
Yes! The provider supports both Windows and Linux.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":1396,"uuid":"a77c6889-f66e-4847-8e3b-e20a1e8afaa7","name":"voxta-mcp","title":"Voxta MCP Bridge Provider","description":"Voxta provider that enables communication with Model Context Protocol (MCP) servers","avatar_url":"https://avatars.githubusercontent.com/u/7773260?v=4","created_at":"2025-02-20T15:37:23.609Z","updated_at":"2025-02-23T07:21:39.833Z","status":"created","author_name":"vega-holdings","author_avatar_url":"https://avatars.githubusercontent.com/u/7773260?v=4","tags":"voxta,mcp,bridge-provider","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/vega-holdings/voxta-mcp","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":null,"user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]