CSDK Docs MCP Server
Enables TF-IDF search and structured browsing of Sisense Compose SDK documentation for React, Vue, and Angular, with support for framework filtering and code context to find relevant code examples.
README
CSDK Docs MCP Server
An MCP server that provides both structured browsing and TF-IDF search over the Sisense Compose SDK documentation. Works with Claude Code, Claude Desktop, or any MCP client.
What it does
Tools
| Tool | Description |
|---|---|
search_csdk_docs |
TF-IDF search over 1,700+ doc chunks. Returns the most relevant documentation for any query. |
browse_csdk_docs |
Browse docs by category (guides, react, vue, angular, data, design). List files in a category or read a specific file. |
list_csdk_topics |
Lists all available categories, files, and their descriptions. |
Resources
The server also exposes structured resources that MCP clients can browse directly:
| Resource | URI | Description |
|---|---|---|
| Full index | csdk://index |
Complete documentation index across all categories |
| Category index | csdk://{category} |
List files in a category (e.g., csdk://react, csdk://guides) |
| Doc file | csdk://{category}/{file} |
Read a specific doc file (e.g., csdk://react/charts.md) |
Two ways to access docs
- Search (
search_csdk_docs) — when you have a question and need the most relevant chunks. Uses TF-IDF scoring across 1,700+ pre-indexed chunks. - Browse (
browse_csdk_docsor resources) — when you know which category or file you need. Returns the full structured document, organized by the monorepo's own folder structure.
The search_csdk_docs tool also supports:
- Framework filter — restrict results to React, Vue, or Angular docs
- Code context (optional) — pass a code snippet and it extracts SDK imports, components, hooks, and factories to boost relevant results
Install
git clone https://github.com/pmorris24/csdk-docs-mcp.git
cd csdk-docs-mcp
npm install && npm run build
Connect to Claude Code
The repo includes .mcp.json — just open Claude Code in the repo directory and the server connects automatically.
Or add to any project's .mcp.json:
{
"mcpServers": {
"csdk-docs": {
"command": "node",
"args": ["/absolute/path/to/csdk-docs-mcp/dist/index.js"]
}
}
}
Connect to Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"csdk-docs": {
"command": "node",
"args": ["/absolute/path/to/csdk-docs-mcp/dist/index.js"]
}
}
}
Usage
Once connected, Claude will automatically use the tools when it needs SDK information. Just ask naturally:
"How do I query data with useExecuteQuery and display it in a ColumnChart?"
"What are the props for ChartWidget?"
"How do I embed a Fusion dashboard using DashboardById?"
"How do I customize chart colors with styleOptions?"
"How do I use onBeforeRender to modify Highcharts options directly?"
"How do I build a custom dashboard layout with useComposedDashboard?"
Complements the Sisense MCP Server
This works alongside the official sisense-mcp-server:
| Server | What it does |
|---|---|
| Sisense MCP | Queries your Sisense instance — get data sources, fields, build charts |
| This server | Searches SDK documentation — how to write the code to use that data |
Use both together: Sisense MCP tells Claude what data you have, this server tells Claude how to build the UI with the Compose SDK.
Tag handling
The server respects Sisense SDK documentation tags:
| Tag | Behavior |
|---|---|
@internal |
Completely excluded from search results and browse output |
@sisenseInternal |
Completely excluded from search results and browse output |
@beta / @alpha |
Included but flagged with a warning: "This API is marked as beta. It may change without notice." |
fusionEmbed |
Included normally (indicates Fusion embedding features) |
Updating docs
Docs are pulled directly from the official Sisense Compose SDK monorepo (docs-md/sdk/). When Sisense releases a new SDK version:
./scripts/update-docs.sh
npm run build
To pull from a specific branch:
./scripts/update-docs.sh --branch dev
Validation
Run the validation script after updating docs to verify completeness:
./scripts/validate-docs.sh
This checks:
- chunks.json exists and has expected chunk count
- All framework categories have doc files and INDEX.md
- Key files are present and non-empty
- No
@internal/@sisenseInternalcontent leaked into public docs - Framework parity (React, Vue, Angular have equal file counts)
- Build output is up to date
Supported frameworks
- React
- Vue
- Angular
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。