McpDesktop clients
Back to Platform

MCP on Raycast

Wire Raycast extensions or scripts to Onboard via the REST API; use MCP where Raycast supports it.

Raycast is a launcher and productivity surface. Some workflows call Onboard through HTTP scripts or custom extensions using the REST API directly; others may integrate MCP if your Raycast version or extension supports remote MCP.

Practical approach

  • Fast lookups — Build a Raycast script command that calls https://rest.onboard.io/... with Authorization: Token … from a secure environment variable, following Authentication.
  • MCP — If you use an MCP-capable Raycast integration, point its remote URL at https://rest.onboard.io/mcp/sse and supply the API key from MCP setup.

Security

Never hard-code keys in extension source that you publish. Use Raycast’s recommended secret storage and the Security checklist.

How is this guide?

On this page