Catalog
io.github.geraservicesuk/mcp-gera-persona
OfficialGeraPersona MCP — voice/personality skin marketplace for robots and AI agents (70/30 rev-share).
Marketplace for voice and personality skins customizing robots and AI agents.
README not available yet.
Install
Configuration
Environment variables
GERA_PERSONA_API_BASEBase URL for the GeraPersona API. Defaults to https://persona.gera.services
GERA_PERSONA_API_TOKENsecretBearer token for write tools (install_persona, get_creator_revenue). Not required for read-only search + get_persona + list_categories.
claude_desktop_config.json
{
"mcpServers": {
"mcp-gera-persona": {
"command": "npx",
"args": [
"-y",
"@gera-services/mcp-gera-persona@0.1.1"
],
"env": {
"GERA_PERSONA_API_BASE": "<YOUR_GERA_PERSONA_API_BASE>",
"GERA_PERSONA_API_TOKEN": "<YOUR_GERA_PERSONA_API_TOKEN>"
}
}
}
}