ownvoice for Cursor
io.github.rudrendupaul/ownvoice
Wraps the ownvoice CLI as a single generic MCP tool for voice/identity checks.
client:Cursor
transport:stdio
runtime:pypi
Install ownvoice in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"ownvoice": {
"type": "stdio",
"command": "uvx",
"args": [
"ownvoice-cli"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs