Extend with connectors¶
Connectors let you add new tools to Kiwi, beyond the built-in set. They use the Model Context Protocol (MCP) — an open standard for connecting AI applications to external tools and data sources.
What you can do¶
- Connect external tools — bring in tools from third-party providers.
- Connect project tools — connect Kiwi agents to the tools of the projects Kiwi powers.
In both cases the connected tool becomes available to any agent, just like the built-in ones — connect it once, reuse it everywhere.
flowchart LR
A["External / project tool"] --> B["Connected via MCP"]
B --> C["Becomes a tool"]
C --> D["Any agent can use it"]
What's coming
Self-serve connector management is planned, not yet available. Examples of the kinds of tools that could be connected include external services like SmartBrief and BrandCheck. See the Roadmap.