# Saleae MCP Server > Control Saleae Logic Analyzers from AI tools via the Model Context Protocol. ## Guides ## Logic 2 MCP Server The Logic 2 MCP server lets AI tools control Logic 2 through the [Model Context Protocol](https://modelcontextprotocol.io). Start captures, decode protocols, and export data — all from your AI tool of choice. **Supported devices:** Logic 8, Logic Pro 8, Logic Pro 16. **Logic MSO support coming soon.** **Status:** Experimental. We'd love your feedback at [https://contact.saleae.com](https://contact.saleae.com). ### Quick Start #### 1. Enable the server In Logic 2, go to **Settings > Automation** and enable **MCP Server**, or click the **Automation** button in the bottom bar. The server listens on `http://127.0.0.1:10530` by default. #### 2. Connect your AI tool **Claude Code:** ```bash claude mcp add --transport http logic2 http://127.0.0.1:10530 ``` **Codex:** ```bash codex mcp add --url http://127.0.0.1:10530 logic2 ``` **Other MCP clients:** Point any MCP client at `http://127.0.0.1:10530` using the Streamable HTTP transport.