mcp -raycast
A Model Context Protocol (MCP) server for creating, building, and publishing Raycast extensions
How to use
The mcp -raycast server is a specialized Model Context Protocol (MCP) server designed to streamline the process of creating, building, and publishing Raycast extensions. By leveraging this tool, developers can efficiently manage their extension projects, ensuring seamless integration with Raycast’s powerful capabilities while maintaining a structured workflow.
Once you are connected to the mcp -raycast server, you can interact with it using a variety of commands tailored for Raycast extension development. You can issue commands to create new extensions, build existing projects, and publish them directly to the Raycast platform. The server is optimized for handling queries that involve project management and extension lifecycle actions.
How to install
Prerequisites
Make sure you have Node.js installed on your system, as it is required to run the mcp -raycast server.
Option A: Quick start with npx
You can quickly start using the mcp -raycast server with the following command:
npx -y mcp-raycast
Option B: Global install alternative
Alternatively, you can install the server globally using npm:
npm install -g mcp-raycast
Additional notes
When configuring the mcp -raycast server, ensure that your environment variables are properly set for Raycast API credentials to facilitate publishing. A common issue developers face is forgetting to update their project paths in the configuration file, which can lead to build errors.
Related MCP Servers
zen
Selfhosted notes app. Single golang binary, notes stored as markdown within SQLite, full-text search, very low resource usage
MCP -Deepseek_R1
A Model Context Protocol (MCP) server implementation connecting Claude Desktop with DeepSeek's language models (R1/V3)
mcp-fhir
A Model Context Protocol implementation for FHIR
mcp
Inkdrop Model Context Protocol Server
mcp-appium-gestures
This is a Model Context Protocol (MCP) server providing resources and tools for Appium mobile gestures using Actions API..
dubco -npm
The (Unofficial) dubco-mcp-server enables AI assistants to manage Dub.co short links via the Model Context Protocol. It provides three MCP tools: create_link for generating new short URLs, update_link for modifying existing links, and delete_link for removing short links.