Axiom (npx) MCP Server
CommunityContributed 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
{
"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"
}
}
]
}
}Categories
Tags
Supported AI Clients
The Axiom (npx) MCP server works with all MCP-compatible AI clients through McpMux:
Related MCP Servers
Grafana (Docker)
Search dashboards, query Prometheus and Loki datasources, manage alerts, and investigate incidents on any Grafana instance (self-hosted or Grafana Cloud) via Docker.
Sentry (Local)
Query and manage Sentry issues, errors, performance data, and project settings locally via npx. Supports AI-powered search with your own LLM API key.
Sentry (Remote)
Query and manage Sentry issues, errors, performance data, and project settings through Sentry's hosted remote MCP server. No local setup required.
Sentry (Self-Hosted)
Query and manage issues, errors, and performance data on your self-hosted Sentry instance. Runs locally via npx with a custom Sentry host.
Cloudflare Observability
Query Workers logs, analyze invocation metrics, and debug errors across your Cloudflare Workers through Cloudflare's official Observability MCP server with OAuth.
Honeycomb
Query and analyze observability data in Honeycomb. Run queries, manage datasets, analyze traces, and create SLOs via Honeycomb's hosted MCP server.
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.