On this page

Logic 2 MCP Server

The Logic 2 MCP server lets AI tools control Logic 2 through the Model Context Protocol. 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.

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:

claude mcp add --transport http logic2 http://127.0.0.1:10530

Codex:

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.

AI/LLM users: see llms-mcp.txt for machine-readable documentation.