McpDesktop clients
Back to PlatformMCP on Alfred
Connect Alfred workflows to Onboard via the REST API; use MCP only where Alfred supports remote HTTP MCP.
Alfred automates macOS through workflows, often using shell scripts or Run Script objects that call HTTP APIs.
Pattern
- Store your Onboard API key in a workflow variable or macOS Keychain-backed script, not in plain text in a shared workflow export.
- Call
https://rest.onboard.io/...endpoints withAuthorization: Token YOUR_KEYper Authentication. - If you adopt an MCP bridge for Alfred, configure its remote MCP base URL to
https://rest.onboard.io/mcp/sseas on MCP setup.
Security
Workflows are easy to export and share—scrub secrets before distributing copies. Review the Security checklist.
Related
How is this guide?