Skip to main content
Glama
hexonal
by hexonal

grok-import-mcp

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

Related MCP server: x.ai Grok MCP Server

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
F
license - not found
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    B
    quality
    F
    maintenance
    Enables chat completions using x.ai's Grok API with support for multiple Grok models (grok-beta, grok-2-latest, grok-4-latest) and configurable parameters like temperature and max tokens.
    Last updated
    1
    4
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    Enables management of Okta identity platform through natural language, allowing users to perform operations on applications, groups, and users with secure API token authentication.
    Last updated
    72
    2
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Enables parallel execution of shell commands and AI coding agents (Claude, Gemini, Codex) across lists of items like files or URLs, with batched processing and real-time streaming output for batch operations.
    Last updated
    8
    10
    6
    Apache 2.0

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/hexonal/grok-import-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server