fuel-mcp-server

FuelLabs/fuel-mcp-server
★ 7 stars TypeScript Code/Dev Tools Updated 1d ago ✓ Clean
A Fuel MCP server which provides support for Fuel docs and various coding IDEs such as Cursor.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "fuel-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "FuelLabs/fuel-mcp-server"
      ]
    }
  }
}