enreachvoice_mcp

mokso/enreachvoice_mcp

3.1

If you are the rightful owner of enreachvoice_mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The EnreachVoice API MCP Server is designed to connect the EnreachVoice API to AI systems, facilitating seamless communication and integration.

EnreachVoice API MCP Server

MCP Server proto to connect EnreachVoice API to AI.

Configuraition

EnereachVoice API credentials are provided as env-variables:

ENREACHVOICE_APIUSER=username
ENREACHVOICE_APISECRET=secretkey

Adding to Claude desktop

Add following to claude_desktop_config.json

{
  "mcpServers": {
    "EnreachVoice": {
      "command": "uv",
      "args": [
        "run",
        "--with",
        "mcp[cli]",
        "--env-file",
        "D:\\path\\to\\enreachvoice_mcp\\.env",
        "D:\\path\\to\\enreachvoice_mcp\\main.py"
      ]
    }
  }
}