Curistat MCP
Rank #1,885io.github.moxiespirit/curistat-mcp
MCP server providing curistat-mcp capabilities
Curistat MCP is a Model Context Protocol (MCP) server published by moxiespirit. It ranks #1,885 of 132,113 servers tracked on MCP Toplist, and its repository has 239 GitHub stars. Curistat MCP is listed on Official MCP, with 1 tracked version. It was first listed on Feb 22, 2026 and most recently updated on Feb 22, 2026.
Ranks ahead of 130,228 of 132,113 servers on MCP Toplist.
Use Curistat MCP
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add curistat-mcp -e "CURISTAT_API_KEY=<your CURISTAT_API_KEY>" -e "CURISTAT_API_URL=<your CURISTAT_API_URL>" -- uvx curistat_mcpReplace each placeholder with your own value before saving.
[mcp_servers.curistat-mcp]
command = "uvx"
args = ["curistat_mcp"]
[mcp_servers.curistat-mcp.env]
CURISTAT_API_KEY = "<your CURISTAT_API_KEY>"
CURISTAT_API_URL = "<your CURISTAT_API_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"curistat-mcp": {
"command": "uvx",
"args": [
"curistat_mcp"
],
"env": {
"CURISTAT_API_KEY": "<your CURISTAT_API_KEY>",
"CURISTAT_API_URL": "<your CURISTAT_API_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"curistat-mcp": {
"command": "uvx",
"args": [
"curistat_mcp"
],
"env": {
"CURISTAT_API_KEY": "<your CURISTAT_API_KEY>",
"CURISTAT_API_URL": "<your CURISTAT_API_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"curistat-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"curistat_mcp"
],
"env": {
"CURISTAT_API_KEY": "<your CURISTAT_API_KEY>",
"CURISTAT_API_URL": "<your CURISTAT_API_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"curistat-mcp": {
"command": "uvx",
"args": [
"curistat_mcp"
],
"env": {
"CURISTAT_API_KEY": "<your CURISTAT_API_KEY>",
"CURISTAT_API_URL": "<your CURISTAT_API_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"curistat-mcp": {
"command": "uvx",
"args": [
"curistat_mcp"
],
"env": {
"CURISTAT_API_KEY": "<your CURISTAT_API_KEY>",
"CURISTAT_API_URL": "<your CURISTAT_API_URL>"
}
}
}
}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.moxiespirit%2Fcuristat-mcp)<a href="https://mcptoplist.com/server/io.github.moxiespirit%2Fcuristat-mcp"><img src="https://mcptoplist.com/badge/io.github.moxiespirit%2Fcuristat-mcp.svg" alt="MCP Toplist: Top 5% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
moxiespirit
Other servers by moxiespirit
View all moxiespirit servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Feb 22, 2026 |
Frequently asked questions
- Who maintains Curistat MCP?
- Curistat MCP is maintained by moxiespirit, which publishes 3 MCP servers (2 total versions) tracked on MCP Toplist.
- Is Curistat MCP listed on the Official MCP Registry?
- Yes — Curistat MCP is listed on the Official MCP Registry.
- How many versions does Curistat MCP have?
- MCP Toplist tracks 1 version of Curistat MCP, most recently published on Feb 22, 2026.
- Where can I find the source code for Curistat MCP?
- The source code for Curistat MCP is hosted at github.com/moxiespirit/MyClone.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.