MCP servers powered by
About
An MCP server package providing two servers (apps-server and unified-server) for accessing ACI.dev managed functions (tools) via the Model Context Protocol. Designed for developers integrating ACI.dev capabilities into MCP-compatible clients.
Details
- Author
- aipotheosis-labs
- GitHub stars
- 251
- Downloads
- 216
- Categories
- Other
Jump to
- Two servers: apps-specific and unified access
- Apps-server gives direct access to functions from specified apps
- Unified-server provides meta functions (ACI_SEARCH_FUNCTIONS, ACI_EXECUTE_FUNCTION)
- Available via PyPI, runnable with uvx or Docker
- Debuggable with MCP inspector and log files
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
MCP servers powered byCommand (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 via uvx and run either aci-mcp apps-server or aci-mcp unified-server. Configure with --linked-account-owner-id and optionally --apps (for apps-server). Require ACI_API_KEY as environment variable. Also supports Docker deployment.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"mcp servers powered by": {
"aci-mcp": {
"command": "uvx",
"args": [
"aci-mcp",
"--help"
]
}
}
}
}
McpServers
{
"aci-mcp": {
"command": "uvx",
"args": [
"aci-mcp",
"--help"
]
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




