mcpbeat Sign in

Anaxer MCP Server

local only

Anaxer runs on your own machine — the client starts it, so there is no endpoint to ping. 194 installs a week from npm.

Query Solana DEX data: prices, metadata, launches, graduations, live stream tails.

Installs per day peak 149 · avg 13 · +638% w/w
a month agotoday
194
Installs / week
npm · @anaxer/mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

Nothing serious here today

Today is the operative word: we check Anaxer every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp -- npx -y @anaxer/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@anaxer/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
command = "npx"
args = ["-y", "@anaxer/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@anaxer/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@anaxer/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: ANAXER_API_KEY (Anaxer API key (Bearer). Set in the MCP host config — never pass as a tool argument.), ANAXER_BASE_URL (REST API base URL. Defaults to https://api.anaxer.com (local gateway: http://localhost:3010).), ANAXER_WS_URL (WebSocket URL override. Defaults to derived from ANAXER_BASE_URL → …/v1/stream.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Anaxer

same job, measured the same way
Whisky Hunter
by whiskyhunter

Whisky auction market data: past and live lots, prices, distillery stats and retail listings.

answering
Lucius MCP
by ivanostanin

MCP server for managing Allure TestOps tests, launches, plans, defects, and metadata.

1 501 installs/wk local only
e-eSIM Catalog
by e-esim

Search travel eSIM data plans worldwide with live prices, plan details and a buy link.

3 tools answering
Statiko — Telegram trends & channel analytics
by statiko

Live Telegram data: trending topics, channel profiles & metrics, post history incl. edits/deletions.

10 tools answering
Jitsu
by jitsu

Manage Jitsu data pipelines: destinations, streams, connections, functions, live events.

answering
Helius MCP
by mrfentmen

Helius Solana API: balances, transactions, NFTs, token metadata.

local only
Chargt EV Charging
by chargt

Find EV charging stations, live availability and prices across the Netherlands via NDW data.

2 tools answering
Pumperly MCP
by geiserx

MCP server for Pumperly — query fuel prices, find stations, and plan routes

36 installs/wk local only

Anaxer — questions

Answers built from our own checks of this server.

Why is there no uptime for Anaxer?
Anaxer runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @anaxer/mcp was installed 194 times last week.
How do I connect Anaxer?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @anaxer/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Anaxer?
The npm package @anaxer/mcp was installed 194 times in the last week. Week over week that is +638%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.