PluginBench
MCP Server

ThryxProtocol MCP Server MCP Server

io.github.lordbasilaiassistant-sudo/thryx-mcp-server

What is the ThryxProtocol MCP Server MCP server?

ThryxProtocol v3.1 — gasless AI agent launchpad on Base. 21 tools wrap thryx.fun HTTP API.

How to install ThryxProtocol MCP Server

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • THRYX_API_KEY
    secret

    Your THRYX API key (starts with thryx_). Get one for free with `curl -X POST https://thryx.fun/api/agent/register`. If unset, the package auto-registers a fresh wallet on first run and saves the key to ~/.thryx-mcp/credentials.json.

  • THRYX_BASE_URL

    Override the launchpad base URL. Defaults to https://thryx.fun.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "thryx-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@thryx/mcp-server"
      ],
      "env": {
        "THRYX_API_KEY": "<YOUR_THRYX_API_KEY>",
        "THRYX_BASE_URL": "<YOUR_THRYX_BASE_URL>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "thryx-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@thryx/mcp-server"
      ],
      "env": {
        "THRYX_API_KEY": "<YOUR_THRYX_API_KEY>",
        "THRYX_BASE_URL": "<YOUR_THRYX_BASE_URL>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "thryx-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@thryx/mcp-server"
      ],
      "env": {
        "THRYX_API_KEY": "<YOUR_THRYX_API_KEY>",
        "THRYX_BASE_URL": "<YOUR_THRYX_BASE_URL>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "thryx-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@thryx/mcp-server"
      ],
      "env": {
        "THRYX_API_KEY": "<YOUR_THRYX_API_KEY>",
        "THRYX_BASE_URL": "<YOUR_THRYX_BASE_URL>"
      }
    }
  }
}
Claude Code
claude mcp add thryx-mcp-server --env THRYX_API_KEY=<YOUR_THRYX_API_KEY> --env THRYX_BASE_URL=<YOUR_THRYX_BASE_URL> -- npx -y @thryx/mcp-server

Related MCP servers

MCP server for AI agents to detect flash loan arbitrage opportunities across DEXes on Base. Scan Uni

View repository →

MCP server for AI agents to deploy ERC-20 tokens on Base with zero gas fees via CDP Paymaster. Gasle

View repository →

MCP server for AI agents to manage multiple wallets with coordinated trading and batch operations on

View repository →

MCP server for real-time token prices on Base from on-chain DEX pools.

View repository →

MCP server to scan smart contracts on Base for honeypots, rug pulls, and vulnerabilities.

View repository →

MCP server to discover and trade new token launches on Base chain.

View repository →