Enact Protocol MCP
About
Enact Protocol MCP is an MCP server that provides an interface to the Enact Protocol framework, which is a framework for creating and executing capabilities across applications. It is designed for developers who want to integrate Enact Protocol capabilities with MCP-compatible…
Details
- Author
- EnactProtocol
- Downloads
- 111
- Categories
- Other
Jump to
- Integrates Enact Protocol capabilities with MCP
- Requires only Bun for build and runtime
- Simple configuration via MCP server settings
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
Enact Protocol MCPCommand (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
Install Bun and the project dependencies (bun install), then build the server (bun run build). Configure your MCP client to point to the built dist/build.js file with the node command, replacing the absolute path with your project directory.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"enact protocol mcp": {
"enact-mcp": {
"command": "bun",
"args": [
"run",
"build"
]
}
}
}
}
McpServers
{
"enact-mcp": {
"command": "bun",
"args": [
"run",
"build"
]
}
}
Enact Protocol MCP
Enact Protocol is a framework for creating and executing capabilities across applications.
For detailed documentation and specifications, visit:
https://github.com/EnactProtocol/specification
Quick Start
Prerequisites
- Bun installed on your systemInstallation
bun install
Build
bun run build
Configuration
Add the following to your MCP server configuration file:
{
"mcpServers": {
"enact-server": {
"command": "node",
"args": [
"/absolute/path/to/your/project/dist/build.js"
]
}
}
}
> Note: Replace /absolute/path/to/your/project with the actual path to your project directory.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



