Developer Tools
handsontable.com
Enables semantic search across Handsontable and HyperFormula documentation, including guides, recipes, blog posts, release notes, and GitHub issues.
ENDPOINT 1
https://docs-assistant.handsontable.com/mcp
MCP server metadata
- Name
- handsontable-docs
- Version
- 1.0.0
Semantic search over the official Handsontable and HyperFormula documentation knowledge base — docs guides, code recipes, release notes, blog posts and GitHub issues, always for the latest release of each product. Results are ranked page-level snippets. `url` is null when a snippet has no public page (recipes, release notes, issues) — never fabricate a link for those. Scores are rank-only; do not apply absolute thresholds. Handsontable guides repeat once per framework (javascript/react/angular/vue), so request more results and dedupe on url/title when you need distinct documents.
Known tools 1
search_docsSemantic (meaning-based) search over the Handsontable + HyperFormula documentation knowledge base — docs guides, code recipes, blog posts, release notes and GitHub issues.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.handsontable-docs]
url = "https://docs-assistant.handsontable.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"handsontable-docs": {
"type": "http",
"url": "https://docs-assistant.handsontable.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: handsontable-docs
Remote MCP URL: https://docs-assistant.handsontable.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"handsontable-docs": {
"url": "https://docs-assistant.handsontable.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"handsontable-docs": {
"type": "http",
"url": "https://docs-assistant.handsontable.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "handsontable-docs",
"transport": "streamable-http",
"url": "https://docs-assistant.handsontable.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.