Skip to main content
  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:
     {
       "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.