Raycast Review 2026: The Mac Launcher That Replaced 4 Apps (+ MCP Setup Guide)
Honest Raycast review after 6 months of daily use. Covers MCP server setup, AI features with Ollama local models, extensions ecosystem, Raycast vs Alfred comparison, and pricing analysis for 2026.
Raycast Review 2026: The Mac Launcher That Replaced 4 Apps (+ MCP Setup Guide)
Most Mac launcher reviews tell you that Raycast is "a better Spotlight." That misses the point entirely. Raycast is not just a launcher — it is a command center that replaces your clipboard manager, window manager, snippet expander, and increasingly, your AI assistant.
After using Raycast daily for over six months as part of our developer workflow at Effloow, the tool has become one of those utilities that makes you wonder how you worked without it. But the real story in 2026 is not the launcher itself — it is the AI and MCP integration that turns Raycast into an intelligent bridge between your local tools and large language models.
This review covers what actually matters: the features that justify switching, the MCP setup that no other review covers properly, the AI capabilities that work (and the ones that do not), and whether the paid plans are worth it.
Affiliate Disclosure: This article contains affiliate links to Raycast Pro via the Rewardful affiliate program. If you sign up through our links, we earn a 30% recurring commission on Pro subscriptions at no extra cost to you. We only recommend tools we use ourselves. See our affiliate disclosure for full details.
What Is Raycast? (And Why Developers Love It)
Raycast is a macOS-only productivity launcher that replaces Spotlight with a keyboard-driven command interface. You press a hotkey (default: Option + Space), type what you want, and Raycast handles it — whether that is launching an app, running a script, managing your clipboard, searching documentation, or chatting with an AI model.
What separates Raycast from basic launchers is its extension ecosystem. With over 1,500 community-built extensions, Raycast connects to GitHub, Jira, Linear, Notion, Slack, Docker, and dozens of other developer tools without leaving the keyboard. Every action is one or two keystrokes away.
Core Features Overview
Here is what Raycast does out of the box, no extensions required:
- Application Launcher — Faster than Spotlight with fuzzy search and learning-based ranking
- Clipboard History — Stores text, images, links, and files (3 months on free plan, unlimited on Pro)
- Window Management — Snap, resize, and organize windows with keyboard shortcuts (replaces Rectangle or Magnet)
- Snippets & Text Expansion — Create reusable text blocks with dynamic variables like date, time, and clipboard content
- Quicklinks — Custom URL shortcuts with query parameters (e.g., type "gh {repo}" to open any GitHub repository)
- Calculator & Unit Converter — Inline calculations and conversions right in the search bar
- File Search — Find files faster than Finder with content-based search
- Raycast Notes — Quick capture notes accessible from anywhere (5 on free plan, unlimited on Pro)
The free tier is surprisingly generous. Unlike many productivity tools that gate core features behind paywalls, Raycast gives you the full launcher, window management, snippets, quicklinks, and the extension ecosystem at no cost.
Free Tier vs Pro vs Team — What You Actually Get
| Feature | Free | Pro ($8/mo annual) | Team ($12/user/mo annual) |
|---|---|---|---|
| Core launcher & search | ✅ | ✅ | ✅ |
| Clipboard history | 3 months | Unlimited | Unlimited |
| Window management | ✅ | ✅ | ✅ |
| Snippets | ✅ | ✅ | Shared across team |
| Quicklinks | ✅ | ✅ | Shared across team |
| Extensions (1,500+) | ✅ | ✅ | ✅ |
| AI messages | 50 total | 50 + Advanced AI add-on | 50 + Advanced AI add-on |
| Raycast Notes | 5 | Unlimited | Unlimited |
| Cloud Sync | ❌ | ✅ | ✅ |
| Custom themes | ❌ | ✅ | ✅ |
| Shared commands | Up to 5 | Up to 5 | Unlimited |
| Shared quicklinks & snippets | Up to 30 each | Up to 30 each | Unlimited |
| Advanced AI add-on | ❌ | +$8/mo | +$8/user/mo |
Source: raycast.com/pricing
The pricing update worth noting: as of early 2026, the Pro plan is $10/month if billed monthly or $8/month on the annual plan. The Advanced AI add-on is a separate $8/month charge on top of Pro, giving you access to higher-tier models and increased rate limits.
Enterprise pricing is custom and adds SAML/SCIM SSO, domain capture, 2FA enforcement, IP allow-lists, and extension allow-lists.
Raycast AI: Built-In Intelligence for Your Mac
Raycast's AI features have matured significantly. The platform now offers four distinct ways to use AI, each suited to different workflows.
Cloud AI Models
With a Pro subscription and the Advanced AI add-on, Raycast provides access to multiple frontier models:
- Claude (Anthropic) — Multiple versions available
- GPT-4o and o1/o3 series (OpenAI) — Including reasoning models
- Gemini (Google) — Latest versions
- Llama (Meta) — Open-source models hosted in the cloud
- Grok (xAI) — Latest version
- Perplexity — With built-in web search capability
Rate limits on the standard tier allow 50 requests per minute and 300 per hour. Advanced models like o1 have additional caps of 150 requests per 24 hours.
Bring Your Own Key (BYOK): If you already have API keys from Anthropic, OpenAI, Google, or OpenRouter, you can use them directly in Raycast. This bypasses the AI add-on subscription entirely — you pay only for what you use through your own API accounts. This is particularly attractive for developers who already maintain API subscriptions for their coding workflows.
Local Models with Ollama — Free, Offline AI
This is where Raycast gets genuinely exciting for privacy-conscious developers. Since v1.99, Raycast integrates directly with Ollama, giving you access to over 100 open-source models that run entirely on your machine.
What this means in practice:
- Zero cloud dependency — works offline, on airplanes, in restricted networks
- No subscription required — local models are free for all Raycast users, including free tier
- Full privacy — your prompts and data never leave your machine
- Models range from lightweight (135M parameters) to massive (671B parameters)
How to set up Ollama with Raycast:
- Install Ollama from ollama.ai (one command:
curl -fsSL https://ollama.ai/install.sh | shor download the Mac app) - Open Raycast Settings → AI → Local Models
- Copy and paste model names from Ollama's library to download them directly within Raycast
- Select your preferred local model as the default, or choose per-conversation
Recommended models for different use cases:
| Use Case | Model | Size | Notes |
|---|---|---|---|
| General chat | llama3.2 |
3B | Fast, good for quick questions |
| Code assistance | codellama:13b |
13B | Solid for code generation |
| Detailed analysis | llama3.1:70b |
70B | Needs 48GB+ RAM, slower but accurate |
| Vision tasks | llava |
7B | Image understanding support |
| Lightweight | phi3:mini |
3.8B | Runs well on 8GB Mac |
Vision model support means you can attach screenshots or images to your Raycast AI chat and have local models analyze them — no cloud required.
Experimental: AI Extensions with local models. Ollama-powered models can now participate in AI Extensions (tool calling). However, since Ollama does not yet support tool choice or streaming for tool calls, this feature is labeled experimental and can be unreliable. Stick to cloud models for extension-heavy workflows.
If you are interested in running more models locally, our guide on self-hosting Ollama with Open WebUI covers the full setup, including VPS deployment options. For comparing Ollama with Docker Model Runner, see our Docker Model Runner vs Ollama comparison.
Custom AI Commands & Presets for Developers
AI Commands are where Raycast becomes a real productivity multiplier. Instead of typing the same prompt patterns repeatedly, you create reusable commands with specific instructions, model selection, and output formatting.
Built-in commands include:
- Fix Spelling & Grammar
- Improve Writing
- Make Shorter / Make Longer
- Explain This
- Change Tone to (Professional, Casual, Friendly, etc.)
Creating custom commands is where the value compounds. For example, you can build:
- A "Review PR" command that takes clipboard content and outputs a structured code review
- A "Write Commit Message" command that generates conventional commits from staged diffs
- A "Explain Error" command that parses stack traces and suggests fixes
- A "Translate to Japanese" command for content localization workflows
Presets combine a model selection with specific instructions, letting you switch between different AI personalities or specializations instantly. You might have a "Code Reviewer" preset using Claude and a "Creative Writer" preset using GPT-4o.
Raycast MCP Setup Guide (Model Context Protocol)
This is the section that most Raycast reviews skip entirely, and it is arguably the most future-facing feature in the entire application. MCP (Model Context Protocol) is an open standard created by Anthropic that lets AI models connect to external tools and data sources. Raycast is one of the first productivity tools to ship native MCP client support.
What Is MCP and Why It Matters
Think of MCP as a USB-C port for AI. Just as USB-C provides a standard way to connect peripherals to your computer, MCP provides a standard way to connect tools and data to AI models. Instead of each AI tool building custom integrations, MCP servers provide a universal interface.
For a deep dive into the protocol and the best servers available, see our top MCP servers guide for developers.
Installing Your First MCP Server in Raycast
Raycast makes MCP server installation straightforward:
Method 1: Using the Install Server Command
- Open Raycast and search for "Install MCP Server"
- Fill out the form with the server details:
- Name: A human-readable identifier (e.g., "Sequential Thinking")
- Type:
stdio(the supported transport protocol) - Command: The executable (e.g.,
npx) - Args: Command arguments (e.g.,
["-y", "@modelcontextprotocol/server-sequential-thinking"]) - Env: Any required environment variables (e.g., API keys)
Method 2: Clipboard Pre-fill
Copy a JSON configuration before opening the Install Server command, and Raycast auto-populates the form:
{
"mcpServers": {
"context7": {
"command": "npx",
"args": ["-y", "@upstash/context7-mcp@latest"]
}
}
}
Method 3: Deeplink Installation
For programmatic or shareable installations, use Raycast's deeplink format:
raycast://mcp/install?<configuration-json-percent-encoded>
This is useful for team documentation or README files where you want one-click MCP server setup.
Configuring mcp-config.json
All non-development servers are stored in a single mcp-config.json configuration file. To locate it:
- Open Raycast and search for "Manage MCP Servers"
- Select "Show Config File in Finder"
The configuration follows a straightforward JSON format:
{
"mcpServers": {
"sequential-thinking": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-sequential-thinking"]
},
"filesystem": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-filesystem", "/Users/you/projects"]
},
"github": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-github"],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "ghp_your_token_here"
}
}
}
}
Important note on PATH: Raycast passes the PATH from your default shell to the MCP server process. If a command works in your terminal (like npx, node, or python3), it will work in Raycast. If your MCP server command is not found, check that your shell PATH includes the relevant directories.
Using MCP Tools in AI Chat & Commands
Once installed, MCP servers work identically to native Raycast AI Extensions. To use them:
- In any AI context (Quick AI, AI Chat, AI Commands, or Presets), type
@ - Select the MCP server you want to invoke
- The server's tools become available to the AI model
For example, with the filesystem MCP server installed, you could ask Raycast AI: "@filesystem What are the largest files in my Downloads folder?" The AI will use the MCP server's tools to actually browse your filesystem and return real results.
Best MCP Servers for Raycast
Based on our testing, here are the MCP servers that work best with Raycast:
| Server | What It Does | Install Command |
|---|---|---|
| Sequential Thinking | Structured reasoning chains | npx -y @modelcontextprotocol/server-sequential-thinking |
| Filesystem | Read/write local files | npx -y @modelcontextprotocol/server-filesystem /path |
| GitHub | Repos, issues, PRs | npx -y @modelcontextprotocol/server-github |
| Brave Search | Web search from AI chat | npx -y @modelcontextprotocol/server-brave-search |
| Memory | Persistent knowledge graph | npx -y @modelcontextprotocol/server-memory |
| Context7 | Up-to-date library docs | npx -y @upstash/context7-mcp@latest |
Transport protocol note: Raycast currently supports stdio transport for locally-run servers. Experimental HTTP support (SSE and Streamable protocols) has been added for connecting to remote MCP servers, but stdio remains the most reliable option.
For a complete guide on building your own MCP server, see our custom MCP server tutorial.
MCP + AI Commands: The Combined Workflow
This is the workflow combination that no other Raycast review covers: using MCP servers inside custom AI Commands. Here is a practical example:
"Explain This Codebase" Command:
- Install the filesystem MCP server pointing to your projects directory
- Create a custom AI Command with the prompt: "Using @filesystem, read the README and key source files in {query} directory. Provide a 3-paragraph summary of what this project does, its architecture, and key dependencies."
- Now, from anywhere in Raycast, run this command with a project path and get an AI-powered codebase overview
This type of workflow — combining MCP tool access with reusable AI Commands — is what makes Raycast's MCP support more than a checkbox feature.
Must-Have Raycast Extensions for Developers
The extension ecosystem is one of Raycast's strongest advantages over Alfred and Spotlight. Here are the extensions that deliver the most value in a developer workflow.
Top 10 Developer Extensions
- GitHub — Browse repos, issues, PRs, and notifications without opening a browser
- Linear — Create, search, and manage Linear issues from Raycast
- Docker — Manage containers, images, and volumes from the command bar
- Jira — Search and create Jira tickets inline
- Homebrew — Search, install, and manage Homebrew packages
- VS Code Recent Projects — Jump to any recent VS Code workspace instantly
- Tailwind CSS — Search Tailwind classes and utilities
- npm — Search npm packages with download stats and documentation links
- DevDocs — Search DevDocs.io documentation offline
- Dash — Query Dash documentation sets from Raycast
Productivity Extensions
- Notion — Search pages, create entries, and access databases
- Slack — Send messages, set status, and search conversations
- Google Translate — Inline translation with auto-detect
- Todoist / Things — Task management without switching apps
- Color Picker — Pick colors from anywhere on screen with multiple format outputs
- 1Password / Bitwarden — Search and autofill passwords
Every extension installs in seconds from the Raycast Store and integrates directly into the command bar. No configuration files, no terminal commands — just search and install.
Raycast vs Alfred 2026: Which Should You Choose?
This is the comparison everyone asks about. Both are excellent Mac launchers, but they serve different philosophies.
Feature Comparison Table
| Feature | Raycast | Alfred |
|---|---|---|
| Price | Free (Pro at $8/mo) | Free (Powerpack £34 one-time) |
| AI integration | Native (cloud + local + MCP) | Via workflows only |
| Extension ecosystem | 1,500+ in store | Community workflows (fewer, varies) |
| Clipboard manager | Built-in (free) | Powerpack required |
| Window management | Built-in (free) | Not included |
| Snippets | Built-in (free) | Powerpack required |
| Customization depth | Extensions + API | Workflows + AppleScript |
| MCP support | Native | None |
| Pricing model | Subscription (Pro features) | One-time purchase (Powerpack) |
| Platform | macOS only | macOS only |
| First-party design | Modern, polished | Functional, customizable |
Performance & Speed
Both launchers are fast. In daily use, the difference in launch speed is imperceptible. Where Raycast pulls ahead is in the richness of what happens after you press Enter — the depth of extension integrations, the AI features, and the MCP connectivity make it feel like a different category of tool.
Alfred's strength is its workflow system, which gives power users deep customization through AppleScript, shell scripts, and visual workflow builders. If you already have a library of Alfred workflows that you depend on, migration is a real cost.
Verdict
Choose Raycast if: You want an all-in-one tool with AI, MCP, modern extensions, and do not mind a subscription model for advanced features. The free tier alone replaces multiple paid apps.
Choose Alfred if: You prefer a one-time purchase, already have deep Alfred workflow investments, or want maximum customization through scripting without relying on a managed extension store.
For most developers starting fresh in 2026, Raycast is the stronger choice. The AI integration, MCP support, and extension ecosystem create compounding value that Alfred's traditional approach does not match.
Raycast Productivity Setup Guide
Beyond AI and developer tools, Raycast excels as a general productivity platform. Here is how to set up the features that replace standalone apps.
Window Management
Raycast's built-in window management eliminates the need for Rectangle, Magnet, or BetterSnapTool:
- Half-screen snapping — Left half, right half, top half, bottom half
- Quarter tiling — Snap to any corner
- Third splits — Left third, center third, right third
- Custom sizes — Define your own dimensions and positions
- Multi-display support — Move windows between monitors with shortcuts
Set up your preferred shortcuts in Raycast Settings → Extensions → Window Management. Common setups:
Ctrl + Option + Left→ Left halfCtrl + Option + Right→ Right halfCtrl + Option + Up→ MaximizeCtrl + Option + Down→ Restore previous size
Clipboard History
The clipboard manager stores everything you copy — text, images, links, files, and colors. Search through your history instantly with the Clipboard History command.
Pro tips:
- Pin frequently used items for instant access
- Use the "Paste as Plain Text" action to strip formatting
- Filter by content type (text, images, links)
Snippets & Text Expansion
Create text snippets that expand when you type a keyword:
- Static snippets — Reusable text blocks (email templates, code patterns, signatures)
- Dynamic snippets — Include variables like
{date},{time},{clipboard}, or{cursor}for intelligent expansion
Example snippets for developers:
!pr→ Expands to your PR template with date and branch placeholders!debug→ Expands to your standard debugging console.log pattern!meeting→ Expands to meeting notes template with today's date
Quicklinks & Shortcuts
Quicklinks are parameterized URL shortcuts:
gh {query}→ Openshttps://github.com/search?q={query}npm {package}→ Openshttps://www.npmjs.com/package/{package}mdn {query}→ Opens MDN Web Docs searchso {query}→ Opens Stack Overflow search
These compound over time. After a few weeks of adding quicklinks for your most-visited URLs, you save minutes every day.
Pricing Deep Dive: Is Raycast Pro Worth It?
The pricing question comes down to what you value and what you already pay for.
Free Tier Value Analysis
The free tier is legitimately excellent. You get:
- Full launcher with learning-based ranking
- Clipboard history (3 months)
- Window management (replaces $10-15 apps like Rectangle Pro)
- Snippets and text expansion (replaces $5-10 apps like TextExpander basic)
- Quicklinks and calculator
- All 1,500+ community extensions
- 50 AI messages to try the feature
- 5 Raycast Notes
Estimated replacement value: $25-40/month in standalone app subscriptions.
Pro ROI Calculation
Pro at $8/month (annual) adds:
- Unlimited clipboard history
- Cloud Sync across devices
- Custom themes
- Unlimited Raycast Notes
The Advanced AI add-on ($8/month additional) adds:
- Access to Claude, GPT-4o, o1/o3, Gemini, and other frontier models
- Higher rate limits (50/min, 300/hour)
- Image generation with DALL·E and Stable Diffusion
Total for Pro + AI: $16/month ($192/year).
For comparison:
- ChatGPT Plus: $20/month
- Claude Pro: $20/month
- GitHub Copilot: $10/month
If Raycast AI replaces even one of those subscriptions for your daily quick questions and code assistance, it pays for itself. Combined with BYOK support (bring your own API keys), you can use Pro without the AI add-on and get AI features through your existing API subscriptions at usage-based rates.
The Free + Ollama Path
Here is the option that nobody talks about: Raycast Free + Ollama gives you AI-powered productivity for $0.
- Install Raycast (free)
- Install Ollama (free)
- Download a model like
llama3.2(free) - Get AI chat, AI commands, and local model inference — all without spending anything
This works offline, respects your privacy, and requires no subscription. The trade-off is that local models are slower and less capable than frontier cloud models, but for many tasks (writing assistance, code explanation, translation), they are more than sufficient.
For setting up the most capable local models, see our guides on running Gemma 4 locally with Ollama and the free AI coding tools stack.
Who Raycast Is and Is Not For
Raycast is for you if:
- You are a macOS developer who lives in the terminal and browser
- You want to consolidate multiple productivity apps into one tool
- You are interested in MCP and AI integration as part of your workflow
- You prefer keyboard-driven interfaces over mouse navigation
- You value privacy and want local AI options
- You work across multiple developer tools (GitHub, Linear, Jira, Docker, etc.)
Raycast is probably not for you if:
- You use Windows or Linux — Raycast is macOS only, with no announced plans for other platforms
- You are happy with Spotlight + individual apps and do not want to learn a new tool
- You need deep Alfred workflow compatibility — migration is possible but not seamless
- You want enterprise-grade AI — Raycast AI is convenient but does not replace dedicated tools like Claude Code for advanced workflows or terminal AI coding agents
- You primarily work on mobile or iPad — no iOS version exists
Frequently Asked Questions
Is Raycast free?
Yes. The core launcher, clipboard history (3 months), window management, snippets, quicklinks, calculator, and all 1,500+ community extensions are free forever. The free plan also includes 50 AI messages and 5 Raycast Notes. You can use Raycast indefinitely without paying anything.
Is Raycast safe to use?
Raycast is a reputable company backed by prominent investors. The app runs locally on your Mac and does not require root access. Extension permissions are sandboxed. For AI features, cloud models send your prompts to the respective model providers (OpenAI, Anthropic, etc.), but local models via Ollama keep everything on your machine. Raycast's privacy policy is transparent about data handling.
Is Raycast better than Alfred?
It depends on your priorities. Raycast offers more built-in features (AI, MCP, window management, clipboard) for free. Alfred offers a one-time purchase model and deeper scripting customization. For most developers starting fresh in 2026, Raycast provides more value. See the detailed comparison table above.
How do I set up MCP in Raycast?
Search for "Install MCP Server" in Raycast, fill out the server details (name, command, args, env variables), and the server becomes available via @-mention in AI Chat and Commands. See the full MCP Setup Guide section above for step-by-step instructions.
Can Raycast run local AI models?
Yes, since v1.99. Raycast integrates with Ollama to run over 100 open-source models locally. Install Ollama, download models through Raycast Settings → AI → Local Models, and use them in all AI features. Local models are free for all users, including the free tier.
How much does Raycast cost?
Free plan: $0. Pro plan: $8/month (annual) or $10/month (monthly). Team plan: $12/user/month (annual) or $15/user/month (monthly). Advanced AI add-on: +$8/month on top of Pro. Enterprise: custom pricing.
Does Raycast work on Windows?
No. Raycast is macOS-only as of April 2026. There are no officially announced plans for Windows or Linux support.
What are the best Raycast extensions?
For developers: GitHub, Linear, Docker, Jira, Homebrew, VS Code Recent Projects, and Tailwind CSS. For productivity: Notion, Slack, Google Translate, and Color Picker. See the full extensions list above.
How do I use Raycast with Ollama?
Install Ollama from ollama.ai, then go to Raycast Settings → AI → Local Models. Copy model names from Ollama's library to download them. Once downloaded, select a local model in any AI chat or command. No subscription required.
Final Verdict
Raycast in 2026 is the most complete Mac productivity tool available. The free tier alone replaces multiple paid applications, and the AI integration — especially with MCP and Ollama — puts it in a category that no other launcher touches.
The MCP support is the real differentiator. While other tools require you to switch between different AI interfaces for different tasks, Raycast lets you connect your AI assistant to your actual tools and data through a standardized protocol. This is not a gimmick — it is the direction that all AI-native tools are moving, and Raycast is there first among Mac launchers.
Our recommendation:
- Start with the free plan. It is genuinely useful without paying anything.
- Add Ollama for free AI. Local models give you privacy and zero cost.
- Upgrade to Pro when you need Cloud Sync or unlimited clipboard history.
- Add the AI add-on only if local models are not sufficient for your needs and you do not already have API keys you could use via BYOK.
For developers building with AI tools — especially those already in the MCP ecosystem with tools like Claude Code or exploring AI agent workflows — Raycast is not optional. It is the connective tissue that ties your Mac productivity to your AI-native workflow.
Whether you are building with n8n for automation, managing projects in Notion with AI agents, or comparing AI coding tools, Raycast gives you a single keyboard shortcut to access all of it. That is worth trying, and for most developers, it is worth keeping.
Last updated: April 2026. Pricing and features verified against raycast.com and manual.raycast.com. Raycast v1.99+ tested on macOS Sequoia.