Connect to external services directly on Highlight
stdio
sse
http
(bundled with sse
)stdio
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
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
Our Registry (mcpservers.com)