McpMux
Back to Registry

Axiom (npx) MCP Server

Community

Contributed by ThetaBird

Query and manage Axiom datasets for log analysis and observability. Execute APL queries, list datasets, and ingest events.

About the Axiom (npx) MCP Server

The Axiom (npx) MCP server is a local (stdio) Model Context Protocol server available in the McpMux registry. Query and manage Axiom datasets for log analysis and observability. Execute APL queries, list datasets, and ingest events. This is a community-contributed MCP server by ThetaBird.

Install the Axiom (npx) MCP server with one click using McpMux. It works with Cursor, Claude Desktop, Claude Code, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible AI client. This server requires an API key — McpMux securely stores your credentials with AES-256-GCM encryption.

Transport Configuration

Transport Configuration
{
  "type": "stdio",
  "command": "npx",
  "args": [
    "-y",
    "mcp-server-axiom"
  ],
  "env": {
    "AXIOM_TOKEN": "${input:AXIOM_TOKEN}",
    "AXIOM_ORG_ID": "${input:AXIOM_ORG_ID}"
  },
  "metadata": {
    "inputs": [
      {
        "id": "AXIOM_TOKEN",
        "label": "Axiom API Token",
        "description": "API token for the Axiom API. Use an Advanced token for query and dataset access.",
        "type": "text",
        "required": true,
        "secret": true,
        "placeholder": "xapt-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
        "obtain": {
          "url": "https://app.axiom.co/settings/api-tokens",
          "instructions": "1. Go to app.axiom.co > Settings > API tokens\n2. Click 'New API token'\n3. Select 'Advanced' token type for full access\n4. Copy the generated token (starts with xapt-)",
          "button_label": "Create Token"
        }
      },
      {
        "id": "AXIOM_ORG_ID",
        "label": "Axiom Organization ID",
        "description": "Your Axiom organization ID, found in Settings.",
        "type": "text",
        "required": true,
        "secret": false,
        "placeholder": "my-org-id",
        "obtain": {
          "url": "https://app.axiom.co/settings",
          "instructions": "1. Go to app.axiom.co > Settings\n2. Copy your Organization ID",
          "button_label": "Get Org ID"
        }
      }
    ]
  }
}
Details
TransportLocal (stdio)
Hostinglocal
AuthAPI Key
Capabilities
Tools

Categories

Tags

axiomlogsobservabilityanalyticsapldatasets

Supported AI Clients

The Axiom (npx) MCP server works with all MCP-compatible AI clients through McpMux:

CursorClaude DesktopClaude CodeVS CodeChatGPTWindsurfJetBrainsZedClineGemini CLIAmazon Q

Related MCP Servers

Install Axiom (npx) with McpMux

One-click install from the McpMux desktop app. Auto-configures for Cursor, Claude, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible client.