MCP Servers Configuration
Some Teams features are available in Raycast for Mac V2 and Windows, with full support coming in future updates. Raycast V1 and iOS remain unchanged.
Enable organization-managed MCP (Model Context Protocol) servers that members can use with AI features. When enabled, organization Managers can configure MCP servers that will be available to all organization members.
This allows organizations to provide centrally managed tool integrations and data sources for AI features across the team.
Managers can configure MCP servers from the Organization Settings page under "Manage MCP Servers". When adding a server, the following options are available:
- Name: A display name to identify the server.
- Transport: The connection method — Local (stdio) for locally running servers, or Remote (HTTP) for remote endpoints.
- Command: The command to run the MCP server (e.g., npx or a path to a binary).
- Arguments: Additional arguments passed to the command, comma or newline separated.
- Description: An optional description of what the server provides.
- Environment Variables: Key-value pairs for any environment variables the server requires.
- Enabled: A toggle to enable or disable the server without removing it.
Once configured, servers appear in the "Configured Servers" list where Managers can enable/disable, edit, or delete them. All enabled servers are automatically available to organization members, who can access them through the "Manage Servers" command in the MCP extension within the Raycast client.