> ## Documentation Index
> Fetch the complete documentation index at: https://tokenterminal.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Cursor

> Set up the Token Terminal MCP server in Cursor

1. Open Cursor and go to Settings under the gear icon in the top right or in the Cursor menu item.
2. Navigate to "Tools & MCP" in the left sidebar
3. Click "Add new MCP Server"
4. Add the Token Terminal MCP server configuration to the `mcp.json` file:

   ```json theme={null}
    {
      "mcpServers": {
        "token-terminal": {
          "command": "npx",
          "args": ["-y", "mcp-remote@latest", "https://mcp.tokenterminal.com/mcp"]
        }
      }
    }
   ```
5. Save and close the `mcp.json` file.
6. The Token Terminal MCP server will open up a new browser tab to authenticate with Token Terminal.
7. Login with your connected Token Terminal account.
8. The Token Terminal MCP server should now be available in your Cursor conversations.
