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.

βšͺ
Unverified
No automated security scan has been run on this server yet.

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

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.

β€”
β˜…β˜…β˜…β˜…β˜…
0 reviews
5β˜…
0
4β˜…
0
3β˜…
0
2β˜…
0
1β˜…
0

No reviews yet. Be the first to share your experience.