MCP Gera Persona Server
Rank #53,275io.github.geraservicesuk/mcp-gera-persona
GeraPersona MCP — voice/personality skin marketplace for robots and AI agents (70/30 rev-share).
MCP Gera Persona Server is a Model Context Protocol (MCP) server published by geraservicesuk. It ranks #53,275 of 115,460 servers tracked on MCP Toplist. MCP Gera Persona Server is listed on Official MCP, with 1 tracked version. It was first listed on Apr 22, 2026 and most recently updated on Apr 22, 2026.
Ranks ahead of 62,185 of 115,460 servers on MCP Toplist.
Use MCP Gera Persona Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-gera-persona -e "GERA_PERSONA_API_BASE=<your GERA_PERSONA_API_BASE>" -e "GERA_PERSONA_API_TOKEN=<your GERA_PERSONA_API_TOKEN>" -- npx -y @gera-services/mcp-gera-personaReplace each placeholder with your own value before saving.
[mcp_servers.mcp-gera-persona]
command = "npx"
args = ["-y", "@gera-services/mcp-gera-persona"]
[mcp_servers.mcp-gera-persona.env]
GERA_PERSONA_API_BASE = "<your GERA_PERSONA_API_BASE>"
GERA_PERSONA_API_TOKEN = "<your GERA_PERSONA_API_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-gera-persona": {
"command": "npx",
"args": [
"-y",
"@gera-services/mcp-gera-persona"
],
"env": {
"GERA_PERSONA_API_BASE": "<your GERA_PERSONA_API_BASE>",
"GERA_PERSONA_API_TOKEN": "<your GERA_PERSONA_API_TOKEN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-gera-persona": {
"command": "npx",
"args": [
"-y",
"@gera-services/mcp-gera-persona"
],
"env": {
"GERA_PERSONA_API_BASE": "<your GERA_PERSONA_API_BASE>",
"GERA_PERSONA_API_TOKEN": "<your GERA_PERSONA_API_TOKEN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-gera-persona": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@gera-services/mcp-gera-persona"
],
"env": {
"GERA_PERSONA_API_BASE": "<your GERA_PERSONA_API_BASE>",
"GERA_PERSONA_API_TOKEN": "<your GERA_PERSONA_API_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-gera-persona": {
"command": "npx",
"args": [
"-y",
"@gera-services/mcp-gera-persona"
],
"env": {
"GERA_PERSONA_API_BASE": "<your GERA_PERSONA_API_BASE>",
"GERA_PERSONA_API_TOKEN": "<your GERA_PERSONA_API_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-gera-persona": {
"command": "npx",
"args": [
"-y",
"@gera-services/mcp-gera-persona"
],
"env": {
"GERA_PERSONA_API_BASE": "<your GERA_PERSONA_API_BASE>",
"GERA_PERSONA_API_TOKEN": "<your GERA_PERSONA_API_TOKEN>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.geraservicesuk%2Fmcp-gera-persona)<a href="https://mcptoplist.com/server/io.github.geraservicesuk%2Fmcp-gera-persona"><img src="https://mcptoplist.com/badge/io.github.geraservicesuk%2Fmcp-gera-persona.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
geraservicesuk
Other servers by geraservicesuk
- MCP Gera Clinic Server#53,268 · 1 ver
- MCP Gera Clone Server#53,269 · 1 ver
- MCP Gera Home Server#53,270 · 1 ver
- MCP Gera Lens Server#53,271 · 1 ver
- MCP Gera Market Server#53,272 · 1 ver
- MCP Gera Mind Server#53,273 · 1 ver
- MCP Gera Nexus Server#53,274 · 1 ver
- MCP Gera Prime Server#53,276 · 1 ver
- MCP Gera Skills Server#53,277 · 1 ver
- MCP Gera Voice Server#53,278 · 1 ver
- MCP Gera Witness Server#53,279 · 1 ver
- MCP Geracash Server#53,280 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Apr 22, 2026 |
Frequently asked questions
- Who maintains MCP Gera Persona Server?
- MCP Gera Persona Server is maintained by geraservicesuk, which publishes 35 MCP servers (35 total versions) tracked on MCP Toplist.
- Is MCP Gera Persona Server listed on the Official MCP Registry?
- Yes — MCP Gera Persona Server is listed on the Official MCP Registry.
- How many versions does MCP Gera Persona Server have?
- MCP Toplist tracks 1 version of MCP Gera Persona Server, most recently published on Apr 22, 2026.
- Where can I find the source code for MCP Gera Persona Server?
- The source code for MCP Gera Persona Server is hosted at github.com/geraservicesuk/mcp-gera-persona.