mcp-gera-persona
About
GeraPersona MCP — voice/personality skin marketplace for robots and AI agents (70/30 rev-share).
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
GERA_PERSONA_API_BASE GERA_PERSONA_API_TOKENClaude Code
claude mcp add --env GERA_PERSONA_API_BASE= --env GERA_PERSONA_API_TOKEN= mcp-gera-persona -- npx @gera-services/mcp-gera-persona
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"mcp-gera-persona","command":"npx","args":["@gera-services/mcp-gera-persona"],"env":{"GERA_PERSONA_API_BASE":"","GERA_PERSONA_API_TOKEN":""}}'
JSON
{
"mcpServers": {
"mcp-gera-persona": {
"command": "npx",
"args": [
"@gera-services/mcp-gera-persona"
],
"env": {
"GERA_PERSONA_API_BASE": "",
"GERA_PERSONA_API_TOKEN": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.