holonovel
Rank #5,709io.github.flukeatzerocool/holonovel
Holonovel MCP server: world-model base for tabletop RPG play (rooms, parser, narrative tools).
holonovel is a Model Context Protocol (MCP) server published by flukeatzerocool. It ranks #5,709 of 115,460 servers tracked on MCP Toplist. holonovel is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Aug 24, 2026 and most recently updated on Aug 24, 2026.
Ranks ahead of 109,751 of 115,460 servers on MCP Toplist.
Use holonovel
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add holonovel -- npx -y holonovel[mcp_servers.holonovel]
command = "npx"
args = ["-y", "holonovel"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"holonovel": {
"command": "npx",
"args": [
"-y",
"holonovel"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"holonovel": {
"command": "npx",
"args": [
"-y",
"holonovel"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"holonovel": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"holonovel"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"holonovel": {
"command": "npx",
"args": [
"-y",
"holonovel"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"holonovel": {
"command": "npx",
"args": [
"-y",
"holonovel"
]
}
}
}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.flukeatzerocool%2Fholonovel)<a href="https://mcptoplist.com/server/io.github.flukeatzerocool%2Fholonovel"><img src="https://mcptoplist.com/badge/io.github.flukeatzerocool%2Fholonovel.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
flukeatzerocool
Other servers by flukeatzerocool
View all flukeatzerocool servers →Available versions (1)
| Version | Published |
|---|---|
| 2026.8.22 | Aug 24, 2026 |
Frequently asked questions
- Who maintains holonovel?
- holonovel is maintained by flukeatzerocool, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is holonovel listed on the Official MCP Registry?
- Yes — holonovel is listed on the Official MCP Registry, alongside Glama.
- How many versions does holonovel have?
- MCP Toplist tracks 1 version of holonovel, most recently published on Aug 24, 2026.
- Where can I find the source code for holonovel?
- The source code for holonovel is hosted at github.com/flukeatzerocool/holonovel.