Docs
Search⌘ K
  • Home
  • About TAU
  • Supported Networks
  • Protocol Contracts
  • Fabric
    • Anchors
      • TAU Token
        • AI Suite
          • Indexing
            • Resources
              AI Suite > Token API MCP

              Using Cline to Access TAU Token Endpoints via MCP

              Prerequisites

              • Cline⁠ installed.
              • An API key or JWT from TAU Studio⁠ or TAU Market.
              • npx⁠ or bunx⁠ installed and available in your path.
              • The @pinax/mcp package requires Node 18+, as it relies on built-in fetch() / Headers, which are not available in Node 17 or older. You may need to specify an exact path to an up-to-date Node version, or uninstall previous versions of Node to ensure @pinax/mcp uses the correct version.
              Screenshot of Cline's MCP server configuration interface displaying the JSON settings file with mcp-pinax server details visible.

              Configuration

              Create or edit your cline_mcp_settings.json file.

              MCP Servers > Installed > Configure MCP Servers

              cline_mcp_settings.json
              1{2  "mcpServers": {3    "tau-token": {4      "command": "npx",5      "args": ["@pinax/mcp", "--sse-url", "https://token.mcp.tau.org/sse"],6      "env": {7        "ACCESS_TOKEN": "<TAU API Key or JWT>"8      }9    }10  }11}

              Troubleshooting

              To enable logs for the MCP, use the --verbose true option.

              ENOENT

              Cline error dialog showing 'ENOENT' system alert.

              Try to use the full path of the command instead:

              • Run which npx or which bunx to get the path of the command.
              • Replace npx or bunx in the configuration file with the full path (e.g. /home/user/bin/bunx).

              Server disconnected

              Cline connection error notification displaying server disconnection warning.

              Double-check your TAU API key. Otherwise, verify that https://token.mcp.tau.org/sse⁠ is reachable from your network.

              5September 5, 2025
              ⁠Edit on GitHub⁠

              Claude DesktopCursor
              On this page
              • Prerequisites
              • Configuration
              • Troubleshooting
              • ENOENT
              • Server disconnected
              The GraphStatusTestnetBrand AssetsForumSecurityPrivacy PolicyTerms of Service