Elements MCP Server
Connect compatible AI clients to the in-development Elements MCP server
Last updated
Was this helpful?
Connect compatible AI clients to the in-development Elements MCP server
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 LLMs can use.
At the time of writing (July 2026), the following Mac applications support MCP 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 enable the MCP server in Elements, open Elements Settings and select the MCP Server tab. Switch on the MCP server, then connect your preferred client.

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