Description
ACI.dev is an agent-computer interface (ACI) platform created by Aipolabs that helps developers connect AI agents to applications like Zendesk, Slack, Gmail, or their own internal tools, manage AI agent actions, and discover workflows. The latest platform feature is a Unified MCP Server that elegantly solves this with a "discover and execute" pattern: 1. It exposes just TWO meta tools to your MCP Client: - ACI_SEARCH - ACI_EXECUTE 2. The Client uses the ACI_SEARCH to dynamically discover relevant tools based on user intent 3. The Client then executes the suitable tools with the ACI_EXECUTE tool Benefits That Make a Difference β¨ β Maximum Context Efficiency: Only two tool definitions in your MCP clientβs LLM context window, no matter how many tools are available π Unified Authentication: One authentication scheme to rule them all β no more juggling credentials across multiple MCP server providers π£ Zero Name Collisions: Eliminate tool naming conflicts when combining tools from different MCP Servers π Intelligent Tool Discovery: The server automatically finds the perfect tools for each specific task βΎοΈ Unlimited Tool Access: Your LLM can use ANY tools from the ACI.dev platform.
π¬ Playground
Try AIPo Labs live in the browser with security context.
Installation
npx -y aipolabs-mcp npm install aipolabs-mcp git clone https://github.com/aipotheosis-labs/aci-mcp Claude Desktop Configuration
Add this configuration to your Claude Desktop config file to enable this MCP server:
Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json
Config file location: %APPDATA%\Claude\claude_desktop_config.json
Config file location: ~/.config/Claude/claude_desktop_config.json
{
"mcpServers": {
"aipo-labs": {
"command": "npx",
"args": [
"-y",
"aipolabs-mcp"
]
}
}
} Community Reviews
Authenticated reviews from GitHub users. No anonymous submissions. Your experience helps others choose wisely.
No reviews yet. Be the first to share your experience.