Server Hika
Description
[](https://mseep.ai/app/atlas-comstock-hika-mcp-server) # Hika MCP Server ## Overview Hika MCP Server is a Server-Sent Events (SSE) implementation for the Hika AI knowledge search…
About
[](https://mseep.ai/app/atlas-comstock-hika-mcp-server) # Hika MCP Server ## Overview Hika MCP Server is a Server-Sent Events (SSE) implementation for the Hika AI knowledge search tool. This server component facilitates…
Details
- Author
- atlas-comstock
- Downloads
- 150
- Categories
- Other
Jump to
- Real-time AI content streaming via SSE protocol
- Multiple cognitive perspectives for knowledge exploration
- Authentication via JWT Bearer tokens
- Easy integration with the Hika AI ecosystem
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Server HikaCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Clone the repository, run npm install, configure environment variables (PORT, HIKA_API_URL, JWT_SECRET), then start with npm start. Client applications connect via EventSource to https://hika.fyi/api/mcp/sse with a JWT Bearer token in the Authorization header.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"server hika": {
"server-hika": {
"command": "#",
"url": "https://hika.fyi/api/mcp/sse",
"env": {
"HIKA_AUTH": "Bearer please find the auth header in hika.fyi"
}
}
}
}
}
McpServers
{
"server-hika": {
"command": "#",
"url": "https://hika.fyi/api/mcp/sse",
"env": {
"HIKA_AUTH": "Bearer please find the auth header in hika.fyi"
}
}
}
Hika MCP Server
Overview
Hika MCP Server is a Server-Sent Events (SSE) implementation for the Hika AI knowledge search tool. This server component facilitates real-time streaming of AI-generated perspectives and knowledge extensions to enhance the search experience.
Hika AI is a knowledge search tool that uses artificial intelligence to provide multiple cognitive perspectives (MCP) on search queries, helping users to broaden their understanding by exploring related knowledge domains or diving deeper into specific aspects of their questions.
Features
- Real-time streaming of AI-generated content via SSE protocol
- Multiple cognitive perspectives to enhance knowledge exploration
- Authentication via JWT Bearer tokens
- Easy integration with the Hika AI ecosystem
Prerequisites
- Node.js (v14.0.0 or higher)
- Understanding of Server-Sent Events (SSE)
- Valid Hika AI authentication credentials
Installation
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



