Productivity|Development|AI / ML|CommunicationPython
aci
ACI.dev is the open source tool-calling platform that hooks up 600+ tools into any agentic IDE or custom AI agent.
N/A rating (0 reviews)0 installs4,751 GitHub stars
MCPAItool-calling
ACI.dev provides agents intent-aware access to tools with multi-tenant auth, granular permissions, and dynamic tool discovery. It exposes these capabilities as either direct function calls or through a Unified Model-Context-Protocol (MCP) server.
Compatible with
Claude DesktopCursor
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"aci": {
"args": [
"aci-sdk"
],
"command": "uvx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.