clariBI
Rank #56,930com.claribi/mcp-server
AI business intelligence: sign up, ingest data, run analyses, generate reports from any MCP client.
clariBI is a Model Context Protocol (MCP) server published by ICS-cz. It ranks #56,930 of 115,591 servers tracked on MCP Toplist. clariBI is listed on Official MCP, with 1 tracked version. It was first listed on Jun 2, 2026 and most recently updated on Jun 2, 2026.
Ranks ahead of 58,661 of 115,591 servers on MCP Toplist.
Use clariBI
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http claribi https://claribi.com/mcp/v1/claude mcp add --transport http claribi https://claribi.com/mcp/v1/sse[mcp_servers.claribi]
url = "https://claribi.com/mcp/v1/"Add to ~/.codex/config.toml.
[mcp_servers.claribi]
url = "https://claribi.com/mcp/v1/sse"Add to ~/.codex/config.toml.
https://claribi.com/mcp/v1/Settings → Connectors → “Add custom connector”, then paste this URL.
https://claribi.com/mcp/v1/sseSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"claribi": {
"url": "https://claribi.com/mcp/v1/"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"claribi": {
"url": "https://claribi.com/mcp/v1/sse"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"claribi": {
"type": "http",
"url": "https://claribi.com/mcp/v1/"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"claribi": {
"type": "http",
"url": "https://claribi.com/mcp/v1/sse"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"claribi": {
"serverUrl": "https://claribi.com/mcp/v1/"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"claribi": {
"serverUrl": "https://claribi.com/mcp/v1/sse"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"claribi": {
"url": "https://claribi.com/mcp/v1/"
}
}
}{
"mcpServers": {
"claribi": {
"url": "https://claribi.com/mcp/v1/sse"
}
}
}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/com.claribi%2Fmcp-server)<a href="https://mcptoplist.com/server/com.claribi%2Fmcp-server"><img src="https://mcptoplist.com/badge/com.claribi%2Fmcp-server.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
ICS-cz
Other servers by ICS-cz
View all ICS-cz servers →Available versions (1)
| Version | Published |
|---|---|
| 1.0.0 | Jun 2, 2026 |
Frequently asked questions
- Who maintains clariBI?
- clariBI is maintained by ICS-cz, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is clariBI listed on the Official MCP Registry?
- Yes — clariBI is listed on the Official MCP Registry.
- How many versions does clariBI have?
- MCP Toplist tracks 1 version of clariBI, most recently published on Jun 2, 2026.
- Where can I find the source code for clariBI?
- The source code for clariBI is hosted at github.com/ICS-cz/Claribi.