voice-test-mcp

maysfbewithyou/voice-test-mcp
★ 0 stars Python 🤖 AI/LLM Updated 1d ago
Minimal MCP server for testing whether Claude voice mode can invoke custom connector tools.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "voice-test-mcp": {
      "command": "uvx",
      "args": [
        "voice-test-mcp"
      ]
    }
  }
}

Or install with pip: pip install voice-test-mcp

README Excerpt

Minimal MCP server with a single tool, `get_voice_test_token`, used to verify that Claude voice mode can invoke custom connector tools. The tool returns a fixed, unguessable token plus a live ISO timestamp — if Claude reads it back word-for-word, the tool was actually called; if Claude says something plausible-sounding without the token, it hallucinated.

Tools (2)

DockerfileMakefile