arena-mcp
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., "@arena-mcpsearch for channels on minimalist graphic design"
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.
arena-mcp
An MCP server for Are.na — visual search for design references (curated channels, image blocks, authors) right from Claude Code.
Built on the Are.na v2 API (https://api.are.na/v2): v3 flags search as
Premium Only, while v2 offers free search and public content without a token.
Tools
Tool | What it does |
| Search: |
| Channel metadata by slug or id (+ description) |
| Blocks inside a channel (the images themselves, paginated) |
| Details of a single block + channels it was added to |
| Channels of a specific author |
Every result is a compact object with image (image URL) and arenaUrl
(link to are.na) — handy for collecting references.
Related MCP server: pinterest-vision-mcp
Token (optional, but recommended)
Public content is readable without a token. ARENA_TOKEN (a personal access
token from https://www.are.na/developers/personal-access-tokens) unlocks private
channels, block/user search (a WAF blocks it without a token), and higher rate
limits.
Installation
pnpm install && pnpm build
claude mcp add arena --scope user \
--env ARENA_TOKEN=<your-token> \
-- node /absolute/path/arena-mcp/dist/index.jsCheck: claude mcp get arena → Status: ✔ Connected.
Development
pnpm build— compile todist/pnpm typecheck— type checkingAPI client —
src/arena.ts, MCP wrapper —src/index.ts
Fresh-package gate (supply-chain) — via ~/.npmrc (minimum-release-age),
install with pnpm only.
License
MIT © Alex Vortep
This server cannot be installed
Maintenance
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
- AlicenseAqualityBmaintenanceMCP server for AI-powered image, audio, and video generation, enabling media creation directly from Claude, Cursor, and other MCP clients.1144MIT
- FlicenseAqualityCmaintenanceMCP server that gives AI agents visual intelligence — search Pinterest, analyze images with LLM vision, build a semantic reference library, and retrieve by style or mood.61
- AlicenseBqualityBmaintenanceAn MCP server that drives Anthropic's Claude Design from agentic coding CLIs, providing tools to create, generate, iterate, and export design systems without a browser.32MIT
- AlicenseBqualityCmaintenanceMCP server for Claude Code that provides Google text search, web content extraction, and image search with dual-platform (Google Images + Pinterest) and AI visual analysis with quality scoring.5MIT
Related MCP Connectors
Augments MCP Server - A comprehensive framework documentation provider for Claude Code
The Figma MCP server brings Figma design context directly into your AI workflow.
MCP server giving Claude AI access to 22+ NYC public-record databases for real estate due diligence
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/vortep-dev/arena-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server