Skip to content

Install and Configure MCP Servers

The Model Context Protocol (MCP) is how Wayland gains tools beyond the eight built in. An MCP server exposes a set of tools (a database client, a browser, a search API), and once connected those tools become available to your assistants.

The fastest path is the in-app MCP Library:

  1. Open Settings -> MCP Library.
  2. On the Browse tab, find a server.
  3. Open its detail page to see what tools it provides.
  4. Choose Install.

Installed servers appear on the Installed tab, where you can manage or remove them.

The MCP Library in Settings

To connect a server that is not in the library:

  1. In Settings -> MCP Library, choose Add server.
  2. Pick the transport:
    • stdio: give the command and arguments that launch the server.
    • SSE or streamable-http: give the server URL.
  3. Add any environment variables or headers the server needs.
  4. Save.

After installing a server, sync its tools to the assistants that should use them. The same control lets you keep a server’s tools off assistants that do not need them, which keeps each assistant’s tool set focused.

A server can be marked deferred so its tool schemas load only when needed rather than at startup. This keeps launches fast when you have many servers connected. The agent finds deferred tools on demand through ToolSearch.

Once installed, the MCP status display shows whether the server connected and its tools registered. If a server fails to start, check the command and arguments (for stdio) or the URL (for SSE and streamable-http). For more, see MCP Server Issues.

Wayland Core connects to the same servers through config rather than a UI. Define them under [mcp.servers.*] in your config file. See Configuration for the format.