Skip to main content
This guide walks through installing and connecting the Symmetry Tax Engine (STE) MCP server in each supported client. For what the MCP can do and example prompts, see the STE MCP overview.

Prerequisites

  1. Active STE license
  2. One of the supported AI apps installed on your computer (see below)
Don’t have an AI app yet? Pick one to get started. All four options below are free to download. If you’re not sure which to choose, Claude Desktop is the easiest starting point for non-technical users. It installs like any desktop app and requires no command line. See a walkthrough.

Installation

Add one MCP server entry to your assistant. The first time you use a tool, your browser will open and prompt you to log in using your Symmetry Client Support Center credentials.
Method A: Settings UI
1

Open Cursor Settings

Press Cmd+, (macOS) or Ctrl+, (Windows/Linux) to open Settings.
2

Add an MCP server

Click MCP in the left sidebar, then Add MCP Server.
3

Fill in the details

  • Name: ste
  • URL: https://mcp.symmetry.com/ste
  • Leave Transport on the default (Streamable HTTP)
4

Save

The server will appear with a green dot once Cursor connects successfully.
Method B: Edit ~/.cursor/mcp.jsonIf the file doesn’t exist yet, create it. Add:
If you already have other MCP servers configured, add ste as a new key inside the existing mcpServers object—don’t replace the whole file! For example, a file with two servers looks like:
Save the file. Cursor picks up the change automatically; no restart needed.

Verify the connection

The easiest test is ste_get_version. It confirms auth, transport, and the STE engine are all working. In any supported client, ask:
The first time, your browser will open for Symmetry sign-in. After authenticating using your Client Support Center credentials, the client will display a version string like 2026.4.3.7-SNAPSHOT. Subsequent calls in the same session reuse the cached token—no more browser prompts.

Next steps