Games MCP

Connect your Influence games to Codex or Claude Code

Add the player-facing MCP endpoint once, approve access in the browser, and let your AI coding client read the Influence games tied to your account.

The MCP endpoint is https://influence.0xflick.com/mcp. Authorization happens in your browser when the client starts OAuth.

You can read these commands now, but sign in before completing the OAuth-backed setup. After install, restart Codex or Claude Code so the new tools are loaded.

Codex

Add the Streamable HTTP server. Codex opens browser authorization when setup needs OAuth.

HTTP MCP
codex mcp add influence-game --url https://influence.0xflick.com/mcp

If the token expires, refresh it with:

codex mcp login influence-game --scopes games

Use login later if the saved MCP token expires and Codex needs a refresh.

Claude Code

Add the HTTP MCP server, then authenticate when Claude Code prompts.

HTTP MCP
claude mcp add --transport http influence-game https://influence.0xflick.com/mcp

In Claude Code, use the MCP flow to complete browser authorization when prompted.

Back to dashboard