Charlotte
Rank #841io.github.TickTockBent/charlotte
MCP server providing charlotte capabilities
Charlotte is a Model Context Protocol (MCP) server published by ticktockbent. It ranks #841 of 115,591 servers tracked on MCP Toplist, and its repository has 176 GitHub stars. Charlotte is listed across 4 registries — Official MCP, Glama, PulseMCP and mcp.so, with 2 tracked versions. It was first listed on Feb 13, 2026 and most recently updated on Feb 22, 2026.
Ranks ahead of 114,750 of 115,591 servers on MCP Toplist.
Use Charlotte
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add charlotte -- npx -y @ticktockbent/charlotte[mcp_servers.charlotte]
command = "npx"
args = ["-y", "@ticktockbent/charlotte"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"charlotte": {
"command": "npx",
"args": [
"-y",
"@ticktockbent/charlotte"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"charlotte": {
"command": "npx",
"args": [
"-y",
"@ticktockbent/charlotte"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"charlotte": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@ticktockbent/charlotte"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"charlotte": {
"command": "npx",
"args": [
"-y",
"@ticktockbent/charlotte"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"charlotte": {
"command": "npx",
"args": [
"-y",
"@ticktockbent/charlotte"
]
}
}
}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.TickTockBent%2Fcharlotte)<a href="https://mcptoplist.com/server/io.github.TickTockBent%2Fcharlotte"><img src="https://mcptoplist.com/badge/io.github.TickTockBent%2Fcharlotte.svg" alt="MCP Toplist: Top 1% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (2 delisted)
ticktockbent
Other servers by ticktockbent
View all ticktockbent servers →Available versions (2)
| Version | Published |
|---|---|
| 0.1.3 | Feb 22, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Charlotte?
- Charlotte is maintained by ticktockbent, which publishes 3 MCP servers (2 total versions) tracked on MCP Toplist.
- Is Charlotte listed on the Official MCP Registry?
- Yes — Charlotte is listed on the Official MCP Registry, alongside Glama, PulseMCP and mcp.so.
- How many versions does Charlotte have?
- MCP Toplist tracks 2 versions of Charlotte, most recently published on Feb 22, 2026.
- Where can I find the source code for Charlotte?
- The source code for Charlotte is hosted at github.com/ticktockbent/charlotte.