Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@axie-mcpfind pure Bird Axies listed for sale under 0.01 ETH"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
axie-mcp
Ask Claude anything about Axie Infinity — Axies, land, players, leaderboards, and market data.
Before You Start
You need a free Sky Mavis API key. Get one at developers.skymavis.com.
Setup
Claude Desktop
Open your config file:
Windows:
%APPDATA%\Claude\claude_desktop_config.jsonmacOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonLinux:
~/.config/Claude/claude_desktop_config.json
Add this:
{
"mcpServers": {
"axie": {
"command": "npx",
"args": ["axie-mcp"],
"env": {
"SKYMAVIS_API_KEY": "your-api-key-here"
}
}
}
}Restart Claude Desktop. Done.
Claude Code
claude mcp add axie-mcp -e SKYMAVIS_API_KEY=your-api-key-here -- npx axie-mcpOther AI Tools (Cursor, Windsurf, Factory AI, etc.)
Any MCP-compatible AI tool can use this server. Add the following to your tool's MCP config:
{
"mcpServers": {
"axie-mcp": {
"command": "npx",
"args": ["axie-mcp"],
"env": {
"SKYMAVIS_API_KEY": "your-api-key-here"
}
}
}
}The exact location of the config file varies per tool — check your tool's documentation for where to add MCP servers.
What You Can Ask
Once connected, just talk to Claude naturally:
"Get info on Axie #1074"
"Search for pure Bird Axies listed for sale under 0.01 ETH"
"How many fortune slips does Axie #348 give?"
"What equipment does Axie #1508 have?"
"Show me the top 10 weekly bounty board players"
"List all LunaLanding plots and their owners"
"What's the cheapest Mystic Axie listed right now?"
"Get the profile and recent activity for ronin:0xabc..."
"What are the current AXS and RON exchange rates?"
Available Tools
Tool | What it does |
| Full Axie details — stats, parts, genes, fortune slips, equipment, price |
| Search marketplace by class, parts, breed count, price, and more |
| List children bred from an Axie |
| On-chain transfer and sale history |
| Equipment and accessories on one or more Axies |
| Land plot details by grid coordinates |
| Search land by type, owner, or sale status |
| Player name and linked addresses |
| Recent on-chain activity (buys, sells, breeds, etc.) |
| Rankings for bounty board, land, collectors, runes, charms, and more |
| Top sales for Axies, land, or items over 24h / 7d / 30d |
| Transaction counts and volumes |
| All-time totals — volume, minted, ascended |
| Live USD rates for ETH, AXS, SLP, RON, USDC |
| Runes, charms, badges, and other items |
Requirements
Node.js 18+
Sky Mavis API key
License
MIT
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.