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