Odel
ThryxProtocol MCP Server

ThryxProtocol MCP Server

Local
@lordbasilaiassistant-sudo2JavaScriptMITUpdated 4mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@thryx/mcp-serverv1.5.0

Run

npx -y @thryx/mcp-server

MCP client config

{
  "mcpServers": {
    "thryxprotocol-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@thryx/mcp-server"
      ]
    }
  }
}