Docs
La Recherche⌘ K
  • Accueil
  • À propos de The Graph
  • Réseaux pris en charge
  • Contrats du Protocole
  • Subgraphs
    • Substreams
      • Token API
        • Hypergraph
          • AI Suite
            • Indexing
              • Graph Horizon
                • Resources
                  AI Suite > Token API MCP

                  Using Cursor to Access the Token API via MCP

                  Prerequisites

                  • Cursor⁠ installed.
                  • A JWT token from The Graph 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 Cursor's MCP configuration panel.

                  Configuration

                  Create or edit your ~/.cursor/mcp.json file.

                  Cursor Settings > MCP > Add new global MCP Server

                  mcp.json
                  1{2  "mcpServers": {3    "mcp-pinax": {4      "command": "npx",5      "args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"],6      "env": {7        "ACCESS_TOKEN": "<JWT Token from thegraph.market>"8      }9    }10  }11}

                  Troubleshooting

                  Cursor IDE error notification that reads, "Failed to create client"

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

                  ENOENT

                  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

                  Double-check your API key otherwise look in your navigator if https://token-api.mcp.thegraph.com/sse is reachable.

                  ⁠Edit on GitHub⁠

                  ClineAperçu
                  On this page
                  • Prerequisites
                  • Configuration
                  • Troubleshooting
                  • ENOENT
                  • Server disconnected
                  The GraphStatusTestnetActifs de la MarqueForumSécuritéPolitique de confidentialitéConditions d'utilisation