EnreachVoice API MCP Server
About
A prototype MCP server that connects the EnreachVoice API to AI assistants. It is intended for developers who want to use AI tools to interact with EnreachVoice services.
Details
- Author
- mokso
- Downloads
- 137
- Categories
- Developer Tools
Jump to
- Connects EnreachVoice API to AI via the Model Context Protocol.
- Authenticates using environment variables for credentials.
- Integrates with Claude Desktop through a JSON configuration.
Set the environment variables ENREACHVOICE_APIUSER and ENREACHVOICE_APISECRET with your EnreachVoice API credentials. Then add the server to Claude Desktop by editing claude_desktop_config.json and running the server with the uv command.
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"
]
}
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





