MCP.so
登录

MCP servers powered by

@aipotheosis-labs

关于 MCP servers powered by

MCP server(s) for Aipolabs ACI.dev

基本信息

分类

其他

许可证

MIT

运行时

python

传输方式

stdio

发布者

aipotheosis-labs

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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).

评论

其他 分类下的更多 MCP 服务器