MCP.so
Sign In

MCP servers powered by

@aipotheosis-labs

About MCP servers powered by

MCP server(s) for Aipolabs ACI.dev

Basic information

Category

Other

License

MIT

Runtime

python

Transports

stdio

Publisher

aipotheosis-labs

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "aci-mcp": {
      "command": "uvx",
      "args": [
        "aci-mcp",
        "--help"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is MCP servers powered by?

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.

How to use MCP servers powered by?

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.

Key features of MCP servers powered by

  • 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

Use cases of MCP servers powered by

  • Integrate specific ACI.dev app tools (e.g., Gmail, Brave Search) into an AI assistant
  • Discover and execute all available ACI.dev functions through a single unified interface
  • Build custom AI workflows that leverage managed functions from multiple apps

FAQ from MCP servers powered by

What is the difference between apps-server and unified-server?

apps-server provides direct access to tools from specified apps (e.g., Gmail). unified-server gives two meta functions to discover and execute all functions available on ACI.dev.

How do I run the server locally?

Install uv, then run uvx aci-mcp apps-server --apps APP1,APP2 --linked-account-owner-id ID or uvx aci-mcp unified-server --linked-account-owner-id ID.

Can I use Docker to run the server?

Yes. Build the image with docker build -t aci-mcp . and run with environment variables for API key and account owner ID.

How do I debug the server?

Use the MCP inspector (npx @modelcontextprotocol/inspector) or check logs at ~/Library/Logs/Claude/mcp*.log.

Do I need an API key to use the server?

Yes, you must provide an ACI_API_KEY environment variable when running the server (shown in Docker commands and expected by both servers).

Comments

More Other MCP servers