> ## Documentation Index
> Fetch the complete documentation index at: https://mcp-use.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

<AgentInstructions>

## Submitting Feedback

If you encounter incorrect, outdated, or confusing documentation on this page, submit feedback:

POST https://mcp-use.com/docs/feedback

```json
{
  "path": "/inspector/command-palette",
  "feedback": "Description of the issue"
}
```

Only submit feedback when you have something specific and actionable to report.

</AgentInstructions>

# Command Palette

> Powerful search and navigation with the command palette

The command palette (`Cmd/Ctrl + K`) is your gateway to rapid navigation and action execution in the MCP Inspector. Search and access tools, servers, saved requests, and more with a few keystrokes.

## Opening the Command Palette

Press **`Cmd/Ctrl + K`** (or **`Ctrl + K`** on Windows/Linux) from anywhere in the inspector.

<Note>
  The command palette works even when input fields are focused, making it always accessible.
</Note>

<Frame>
  <img src="https://mintcdn.com/mcpuse/wDgpT7D6_S-jDQG4/images/inspector/command-palette-empty.png?fit=max&auto=format&n=wDgpT7D6_S-jDQG4&q=85&s=bbb8204b1a8fb5e1eecbfec269919988" alt="Command Palette Initial View" width="2400" height="1404" data-path="images/inspector/command-palette-empty.png" />
</Frame>

## Search Functionality

The command palette provides fuzzy search across all available items:

* **Tool names** and descriptions
* **Prompt names** and descriptions
* **Resource names** and URIs
* **Saved request names**
* **Server names**
* **Global commands**

Type to filter results in real-time. The search matches:

* Beginning of words
* Partial matches
* Descriptions and metadata

<Frame>
  <img src="https://mintcdn.com/mcpuse/wDgpT7D6_S-jDQG4/images/inspector/command-palette-search.png?fit=max&auto=format&n=wDgpT7D6_S-jDQG4&q=85&s=113c4c3be9fb6571672decf1bedad7f1" alt="Command Palette Search Results" width="2400" height="1404" data-path="images/inspector/command-palette-search.png" />
</Frame>

## Available Actions

### Connect to Server

**Action:** "Connect Server"

Navigate to the dashboard to add a new MCP server connection.

**Use cases:**

* Quick access to connection form
* Adding new servers
* Starting new debugging sessions

### Search and Execute Tools

**Action:** Select any tool from search results

Navigate directly to a tool and execute it.

**Workflow:**

1. Press `Cmd/Ctrl + K`
2. Type tool name
3. Select tool from results
4. Inspector navigates to Tools tab with tool selected
5. Enter arguments and execute

### Navigate to Saved Requests

**Action:** Select a saved request

Load a saved request with its arguments pre-filled.

**Workflow:**

1. Press `Cmd/Ctrl + K`
2. Type saved request name
3. Select from "Saved Requests" category
4. Inspector navigates to Tools tab with request loaded

### Quick Server Switching

**Action:** Select a server from "Connected Servers"

Switch to a different server's detail view.

**Workflow:**

1. Press `Cmd/Ctrl + K`
2. Type server name or URL
3. Select server from results
4. Inspector navigates to that server's view

### Add to Client

**Actions:** "Open in Cursor", "Open in Claude Code", "Open in Claude Desktop", "Open in VS Code", "Open in Gemini CLI", "Open in Codex CLI"

Quickly add the current MCP server to various AI clients and code editors. Each action provides the appropriate installation method:

* **Cursor & VS Code**: Deep links that open the client's MCP installation dialog
* **Claude Desktop**: Downloads a `.mcpb` configuration file
* **Claude Code, Gemini CLI, Codex CLI**: Copies CLI commands or configuration to clipboard

<Frame>
  <img src="https://mintcdn.com/mcpuse/KxSD03INVc0k3tzd/images/inspector/cmd-k-add-to-client.png?fit=max&auto=format&n=KxSD03INVc0k3tzd&q=85&s=ca2abad3255b7e43441ec3b14ff39212" alt="Add to Client commands in Command Palette" width="2016" height="1438" data-path="images/inspector/cmd-k-add-to-client.png" />
</Frame>

You can also access these options via the "Add to Client" dropdown button in the header:

<Frame>
  <img src="https://mintcdn.com/mcpuse/KxSD03INVc0k3tzd/images/inspector/add-to-client-dropdown.png?fit=max&auto=format&n=KxSD03INVc0k3tzd&q=85&s=90893b75cd76e2ccd01cbe0e7c7d7681" alt="Add to Client dropdown menu" width="1432" height="880" data-path="images/inspector/add-to-client-dropdown.png" />
</Frame>

**Workflow:**

1. Press `Cmd/Ctrl + K`
2. Type "Open in" or the client name (e.g., "Cursor", "VS Code")
3. Select the desired client
4. Follow the installation instructions (deep link opens automatically, or command/config is copied to clipboard)

### Documentation Links

Access documentation and resources:

* **"MCP Use Website"**: Opens mcp-use.com
* **"How to Create an MCP Server"**: Opens documentation
* **"MCP Official Documentation"**: Opens Model Context Protocol docs

### Community Links

* **"Join Discord Community"**: Opens Discord server

## Categories

Results are organized into categories for easy navigation:

### Navigation

Global navigation actions like "Connect Server".

### Open in Client

Quick actions to add the current MCP server to various AI clients and code editors. Each client has its own icon for easy identification.

### Connected Servers

All currently connected MCP servers with their status.

**Display format:**

* Server name
* Connection status indicator
* Server URL

### Tools

All available tools from connected servers, grouped by server.

**Display format:**

* Tool name
* Tool description
* Server name badge

### Prompts

All available prompts from connected servers, grouped by server.

**Display format:**

* Prompt name
* Prompt description
* Server name badge

### Resources

All available resources from connected servers, grouped by server.

**Display format:**

* Resource name
* Resource description
* Server name badge

### Saved Requests

All saved tool execution requests.

**Display format:**

* Request name
* Associated tool name
* Server name badge

### Documentation

Links to external documentation and resources.

### Community

Links to community resources like Discord.

## Keyboard Navigation

Navigate the command palette with your keyboard:

* **Arrow Keys**: Move up/down through results
* **Enter**: Select highlighted item
* **Esc**: Close command palette
* **Tab**: (Future: Navigate between categories)

## Visual Indicators

The command palette uses icons to identify item types:

* 🔧 **Wrench**: Tools
* 💬 **Message**: Prompts
* 📄 **File**: Resources
* 🕐 **Clock**: Saved requests
* ➕ **Plus**: Navigation actions
* 🔗 **Link**: External links
* 💬 **Discord**: Community links
* 🖥️ **Server**: Server connections
* **Client Icons**: Each "Open in Client" command displays the client's icon (Cursor, Claude, VS Code, Gemini, Codex)

## Tips and Tricks

### Quick Tool Execution

1. Press `Cmd/Ctrl + K`
2. Type tool name (e.g., "create issue")
3. Press `Enter`
4. Tool is selected, ready for execution

### Finding Saved Requests

1. Press `Cmd/Ctrl + K`
2. Type part of request name
3. Look in "Saved Requests" category
4. Select to load

### Server Switching

1. Press `Cmd/Ctrl + K`
2. Type server name or URL
3. Select from "Connected Servers"
4. Instantly switch context

### Fuzzy Search

The search is forgiving - you don't need exact matches:

* "lin iss" matches "Linear Create Issue"
* "get" matches "get\_user", "get\_project", etc.
* Partial descriptions work too

### Category Filtering

Results are automatically grouped by category. Look for:

* Server-specific groupings (e.g., "Tools - Linear")
* Global categories (e.g., "Navigation", "Documentation")

## Advanced Usage

### Multi-Server Search

When multiple servers are connected, search results show which server each item belongs to:

* Tools are grouped by server
* Server name badges appear on items
* Filter by server name in search

### Quick Access Patterns

**Common workflows:**

1. **Tool Testing**: `Cmd/Ctrl + K` → type tool → `Enter` → execute
2. **Saved Request**: `Cmd/Ctrl + K` → type request → `Enter` → execute
3. **Server Switch**: `Cmd/Ctrl + K` → type server → `Enter`
4. **New Connection**: `Cmd/Ctrl + K` → "Connect Server" → `Enter`

## Related Documentation

* [Keyboard Shortcuts](/inspector/keyboard-shortcuts) - All available shortcuts
* [Overview](/inspector/index) - Saved requests and other features
* [Getting Started](/inspector/index) - Basic inspector usage
