Overview
Plugins in Highlight:
- Enhance AI interactions with external data and services
- Follow the Model Context Protocol specification
- Can be installed from the official Highlight registry
Installation and Setup
MCP Server Types
There are three types of MCP servers:stdio
sse
http
(bundled withsse
)
stdio
Thestdio
server is a simple server that listens for incoming connections and sends and receives messages. Most MCP servers are in this category. When you install a plugin from the registry, it will be a stdio
plugin we bundled using our open source bundler code.
sse & http
Thesse
server is a server that sends and receives messages via Server-Sent Events. This is a more modern protocol that is supported by most modern browsers
From the Registry
- Navigate to the Plugins section in your Highlight dashboard
- Browse available plugins in the registry
- Toggle the plugin on
- Complete any required configuration steps
- API keys
- Authentication tokens
- Custom endpoints
- Workspace-specific configurations

Our Registry (mcpservers.com)
Plugin Configuration
After installation, you can configure your plugin:- Click on the plugin in your Connected Plugins list
- Review the plugin’s documentation
- Enter required configuration values in the setup modal
- Save your configuration
Plugin Verification
To verify your plugin installation and monitor its operation:- Access the plugin details page from your Connected Plugins list
- Check the following sections:
- Available Tools
- Operation Logs
- Connection Status

Using Plugins
Activation
Plugins are activated using the ”@” symbol in the Highlight floaty interface:- Open the Highlight floaty
- Type ”@” to see available plugins
- Select your desired plugin
- Enter your query or command

Example Use Cases
Here are some popular plugins and their capabilities:YouTube
Github
Support
If you encounter any issues or have questions:- Join our Discord community
- Contact our support team
Best Practices
- Always review plugin permissions before installation
- Keep plugins updated to their latest versions
- Monitor plugin logs for potential issues