PluginBench
MCP Server
Active
MIT

io.github.RudrenduPaul/ownvoice MCP Server

io.github.RudrenduPaul/ownvoice

What is the io.github.RudrenduPaul/ownvoice MCP server?

Wraps the ownvoice CLI as a single generic MCP tool for voice/identity checks.

How to install io.github.RudrenduPaul/ownvoice

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ownvoice": {
      "command": "uvx",
      "args": [
        "ownvoice-cli",
        "--from",
        "ownvoice-cli",
        "ownvoice-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "ownvoice": {
      "command": "uvx",
      "args": [
        "ownvoice-cli",
        "--from",
        "ownvoice-cli",
        "ownvoice-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "ownvoice": {
      "command": "uvx",
      "args": [
        "ownvoice-cli",
        "--from",
        "ownvoice-cli",
        "ownvoice-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "ownvoice": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "ownvoice-cli",
        "--from",
        "ownvoice-cli",
        "ownvoice-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add ownvoice -- uvx ownvoice-cli --from ownvoice-cli ownvoice-mcp

Related MCP servers

Evaluates whether an AI agent is safe to operate internal web apps via an MCP run_suite tool.

1
Python
Apache-2.0
View repository →

Wraps the evolveguard CLI as a single generic MCP tool for agent-skill file safety checks.

1
Python
MIT
View repository →

Traces which neurons and attention heads drive a language model's output via MCP tools.

1
Python
MIT
View repository →

Security scanner for third-party AI agent-skill files (SKILL.md, hooks, scripts) via MCP.

1
TypeScript
Apache-2.0
View repository →

Statistical regression testing for LLM agents: p-value, effect size, and CI on behavior change.

0
Python
Apache-2.0
View repository →

AI agent observability with deterministic record/replay for debugging agent failures.

0
Python
Apache-2.0
View repository →