raycast-mcp-server-manager
TypeScriptManage MCP servers across editors from Raycast.
A Raycast extension for managing MCP (Model Context Protocol) servers across Cursor, VS Code, and Windsurf. CRUD operations, connection testing, and transport support for stdio, SSE, and HTTP.
raycast mcp cursor vscode
[features]
Multi-Editor
Cursor, VS Code, Windsurf support
CRUD Operations
Create, read, update, delete server configs
Connection Testing
Test servers with timeout handling
Transport Types
stdio, SSE, HTTP support
[install]
# From Raycast Store:
# Search "MCP Server Manager" and install
# Manual:
git clone https://github.com/rmncldyo/raycast-mcp-server-manager.git
cd raycast-mcp-server-manager
npm install && npm run build [usage]
# Type "MCP" in Raycast:
- List MCP Servers
- Add MCP Server
- Search MCP Servers
- Remove MCP Server
- View Raw Configs [requirements]
- Raycast 1.50.0+
- Node.js 18+
- At least one supported editor
[license]
This project is licensed under the MIT license.