Elements MCP Server
Last updated
Was this helpful?
This feature is in development and is not yet available in public builds of Elements.
Elements has a built-in MCP server with a range of tools that LLM's can use.
As the time of writing (July 2026), the following Mac applications have MCP support and can connect to the Elements MCP server:
Claude Code (Anthropic)
Codex (OpenAI)
Cursor (Anysphere, Inc)
Gemini (Google, only available in the US on the Ultra plan)
LM Studio
To enbale the MCP server in Elements, open the Elements Preferences panel and select the MCP Server tab. Switch on the MCP server, and connect your preferred client.

LM Studio requires you to configure the MCP connection manually. The JSON configuration should look like the xample below. Ensure the port number "9712" matches the port number in the Elements MCP Preferences panel.
Last updated
Was this helpful?
Was this helpful?
{
"mcpServers": {
"elements": {
"url": "http://localhost:9712/mcp"
}
}
}
