charactercheck-mcp
Rank #10,444io.github.chaoz23/charactercheck
Read-only CharacterCheck MCP server for deterministic character context with provenance and trust.
charactercheck-mcp is a Model Context Protocol (MCP) server published by chaoz23. It ranks #10,444 of 115,591 servers tracked on MCP Toplist. charactercheck-mcp is listed across 2 registries — Official MCP and Glama, with 4 tracked versions. It was first listed on Jul 25, 2026 and most recently updated on Aug 3, 2026.
Ranks ahead of 105,147 of 115,591 servers on MCP Toplist.
Use charactercheck-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add charactercheck -- uvx --from charactercheck==0.7.0 charactercheck-mcp charactercheck[mcp_servers.charactercheck]
command = "uvx"
args = ["--from", "charactercheck==0.7.0", "charactercheck-mcp", "charactercheck"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"charactercheck": {
"command": "uvx",
"args": [
"--from",
"charactercheck==0.7.0",
"charactercheck-mcp",
"charactercheck"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"charactercheck": {
"command": "uvx",
"args": [
"--from",
"charactercheck==0.7.0",
"charactercheck-mcp",
"charactercheck"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"charactercheck": {
"type": "stdio",
"command": "uvx",
"args": [
"--from",
"charactercheck==0.7.0",
"charactercheck-mcp",
"charactercheck"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"charactercheck": {
"command": "uvx",
"args": [
"--from",
"charactercheck==0.7.0",
"charactercheck-mcp",
"charactercheck"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"charactercheck": {
"command": "uvx",
"args": [
"--from",
"charactercheck==0.7.0",
"charactercheck-mcp",
"charactercheck"
]
}
}
}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.chaoz23%2Fcharactercheck)<a href="https://mcptoplist.com/server/io.github.chaoz23%2Fcharactercheck"><img src="https://mcptoplist.com/badge/io.github.chaoz23%2Fcharactercheck.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
chaoz23
Other servers by chaoz23
View all chaoz23 servers →Available versions (4)
| Version | Published |
|---|---|
| 0.7.0 | Aug 3, 2026 |
| 0.4.0 | Jul 27, 2026 |
| 0.3.0 | Jul 26, 2026 |
| 0.1.1 | Jul 25, 2026 |
Frequently asked questions
- Who maintains charactercheck-mcp?
- charactercheck-mcp is maintained by chaoz23, which publishes 5 MCP servers (18 total versions) tracked on MCP Toplist.
- Is charactercheck-mcp listed on the Official MCP Registry?
- Yes — charactercheck-mcp is listed on the Official MCP Registry, alongside Glama.
- How many versions does charactercheck-mcp have?
- MCP Toplist tracks 4 versions of charactercheck-mcp, most recently published on Aug 3, 2026.
- Where can I find the source code for charactercheck-mcp?
- The source code for charactercheck-mcp is hosted at github.com/chaoz23/charactercheck.