Skip to content

raycast-mcp-server-manager

TypeScript

Manage 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]

[license]

This project is licensed under the MIT license.

[links]