Back to Apps

Kocoro
by Kocoro-lab
Mac-native AI cowork agent with full computer access, browser control, and MCP-native tool integration.
0 stars
Works in:claude
Exposes:ToolsResources
What it does
Kocoro is an AI cowork agent designed for macOS that provides LLMs with deep integration into the local system. It enables AI to interact with files, applications, the terminal, and the browser, effectively turning the AI into a local operator with its own memory and toolset.
Tools
file_read/file_write/file_edit: Comprehensive local filesystem management.bash: Safe shell execution for system tasks.computer_use: Native GUI control for interacting with macOS applications.browser: High-level browser automation via Playwright.screenshot: Captures screen regions for visual grounding.schedule_create: Manages launchd-backed scheduled tasks.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"kocoro": {
"command": "npx",
"args": ["-y", "@kocoro/kocoro", "mcp", "serve"]
}
}
}
Supported hosts
- claude
Quick install
npm install -g @kocoro/kocoroInformation
- Pricing
- freemium
- Published
- 8/1/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{"mcpServers": {"kocoro": {"command": "npx", "args": ["-y", "@kocoro/kocoro", "mcp", "serve"]}}}





