> ## 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.

# Claude Desktop

> Set up the Token Terminal MCP server in Claude Desktop

1. Open Claude Desktop and go to Settings (gear icon in the bottom left)
2. Navigate to the "Developers" tab
3. Click "Edit Config" to open your MCP configuration file
4. Add the Token Terminal MCP server configuration:

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

Learn more about how to connect remote MCP servers in [the Anthropic documentation](https://modelcontextprotocol.io/docs/develop/connect-remote-servers).
