Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Grok Import

FreeNot checked

Batch token management for grok2api, enabling operations like adding, deleting tokens, and enabling NSFW settings.

GitHubEmbed

About

Batch token management for grok2api, enabling operations like adding, deleting tokens, and enabling NSFW settings.

README

MCP server for batch token management on grok2api.

Tools

Tool Description
batch_add_tokens Batch add tokens to a specific pool
batch_delete_tokens Batch delete tokens from all pools
enable_nsfw Enable NSFW for specified or all tokens
list_tokens List tokens in a pool or all pools

Environment Variables

Variable Description
GROK_API_URL grok2api server URL (e.g. http://167.114.174.225:8000)
GROK_API_KEY API key for admin authentication (optional)

Claude Code Configuration

{
  "mcpServers": {
    "grok-tokens": {
      "command": "uvx",
      "args": ["--from", "git+https://github.com/hexonal/grok-import-mcp.git", "grok-import-mcp"],
      "env": {
        "GROK_API_URL": "http://167.114.174.225:8000",
        "GROK_API_KEY": ""
      }
    }
  }
}

Local Development

pip install -e .
GROK_API_URL=http://localhost:8000 python -m grok_mcp

from github.com/hexonal/grok-import-mcp

Installing Grok Import

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/hexonal/grok-import-mcp

FAQ

Is Grok Import MCP free?

Yes, Grok Import MCP is free — one-click install via Unyly at no cost.

Does Grok Import need an API key?

No, Grok Import runs without API keys or environment variables.

Is Grok Import hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install Grok Import in Claude Desktop, Claude Code or Cursor?

Open Grok Import on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Grok Import with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs