What is MCP?
The Model Context Protocol (MCP) is an open standard for connecting AI agents to external tools and data sources. Akio can connect to any MCP-compatible server, giving the LLM access to additional capabilities like browser automation, database queries, or custom APIs.Listing registered servers
Adding a server
| Flag | Description |
|---|---|
--name | A unique friendly name for the server |
--command | The executable used to start the server |
--args | Arguments passed to the command |
browser-use:
Removing a server
Example: adding a Node-based MCP server
Notes
- MCP servers are persisted across sessions — you only need to
addonce. - Multiple servers can be registered simultaneously; all their tools are merged into the agent’s tool set.
- Akio launches each server process fresh at the start of every
akio runsession.
CLI Reference
See the full
akio mcp command reference.