Loading MCP server directory, please wait...
Remote MCP server to read and manage your Atako AI agents, messages, files, and integrations.
npx @getmcp/cli add ai.atako/mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
AuthorizationBearer token: an Atako API key (aik_...) from Settings → API keys. Grants the 30 authenticated read/write tools, scoped to that key's owner.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"ai.atako/mcp": {
"url": "https://api.atako.ai/mcp",
"transport": "streamable-http",
"headers": {
"Authorization": ""
}
}
}
}