A MCP Server for AI Agents that verifies API methods & component properties
{
"mcpServers": {
"hise-mcp-server": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A MCP Server for AI Agents that verifies API methods & component properties
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Last commit 4 days ago. 5 stars.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
An MCP server providing AI assistants with access to HISE documentation and optionally a live connection to your HISE instance for interactive development.
Connect to the hosted server - no installation required.
URL: https://docs.hise.dev/mcp
Requirements: Free HISE Store account for authorization token (TBD)
Available features:
Clone and run locally to unlock HISE runtime tools for interactive development.
Requirements: Node.js 18+
Setup:
git clone https://github.com/christoph-hart/hise_mcp_server
cd hise_mcp_server
npm install
npm run build
Then enable REST Server in HISE: Tools > Enable REST Server
Additional features:
Config location:
~/.config/opencode/opencode.json%USERPROFILE%\.config\opencode\opencode.jsonRemote server:
{
"mcp": {
"hise": {
"type": "remote",
"url": "https://docs.hise.dev/mcp",
"enabled": true,
"headers": {
"Authorization": "Bearer abc1234..."
}
}
}
}
Local server:
{
"mcp": {
"hise": {
"type": "local",
"command": ["node", "/path/to/hise_mcp_server/dist/index.js"],
"enabled": true
}
}
}
Tip: Run npm run build:configure to automatically configure Opencode with the correct paths.
Remote server:
claude mcp add --transport sse hise -- https://docs.hise.dev/mcp
Local server:
claude mcp add --transport stdio hise -- node /path/to/hise_mcp_server/dist/index.js
Use --scope project to store the config in .mcp.json (shared via version control) or --scope user to make it available across all projects.
Config location:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonRemote server:
{
"mcpServers": {
"hise": {
"url": "https://docs.hise.dev/mcp",
"headers": {
"Authorization": "Bearer abc1234..."
}
}
}
}
Local server:
{
"mcpServers": {
"hise": {
"command": "node",
"args": ["/path/to/hise_mcp_server/dist/index.js"]
}
}
}
| Tool | Description |
|---|---|
search_hise | Search across all documentation |
query_scripting_api | Look up API methods |
query_ui_property | Look up UI component properties |
query_module_parameter | Look up module parameters |
list_snippets / get_snippet | Browse code examples |
list_resources / get_resource | Access workflow guides |
server_status | Check server status and available features |
Requires HISE running with REST Server enabled.
| Tool | Description |
|---|---|
hise_runtime_status | Get HISE project info |
hise_runtime_get_script | Read script content |
No automated test available for this server. Check the GitHub README for setup instructions.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationNo known vulnerabilities.
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Dynamic problem-solving through sequential thought chains
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
The official Python SDK for Model Context Protocol servers and clients
An open-source AI agent that brings the power of Gemini directly into your terminal.
MCP Security Weekly
Get CVE alerts and security updates for Hise_mcp_server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.