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

# Claude Desktop Integration

> Connect Logic MCP servers to Claude desktop application

## Overview

Claude desktop app supports MCP servers, allowing you to access your Logic agents directly from conversations with Claude.

## Prerequisites

* **Claude desktop app** installed ([download here](https://claude.com/download))
* **Logic MCP server** created ([Quick Start guide](/mcp/quick-start))
* **Server URL** from Logic organization settings

## Adding Logic MCP Server

### Through Claude Desktop UI

1. **Open the Claude desktop app**
2. **Click your profile** in the bottom left corner
3. **Select Settings** from the menu
4. **Navigate to the "Connectors" tab**
5. **Click "Add custom connector"**
6. **Enter your Logic MCP server details:**
   * **Name**: A descriptive name for your Logic integration
   * **URL**: Paste the MCP server URL from your [Logic organization settings](https://app.logic.inc/settings/organization-settings/mcp-servers)

Your Logic MCP server is now connected to Claude desktop.

## Using Logic Agents

Once configured, your Logic agents are available in Claude conversations.

### Enabling Your Logic Connector

To use Logic agents in a conversation:

1. **Start a new chat or open an existing conversation**
2. **Click the "+" button** in the chat interface
3. **Under "Connectors"**, locate your Logic MCP integration
4. **Enable the connector** to make Logic agents available in this conversation

Once enabled, Claude can access and execute your Logic agents based on your MCP server's [agent scope](/mcp/agent-scope).

### Testing Your Connection

Try asking Claude to use one of your Logic agents:

* "Can you show me what Logic agents are available?"
* "Run the \[agent name] Logic agent with \[parameters]"

Claude will execute the agent and return the results in the conversation.

## Next Steps

* [Learn about agent scope](/mcp/agent-scope) - Control which agents Claude can access
* [Explore async tasks](/mcp/async-tasks) - Understand how Claude handles long-running agents
