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 about artificial intelligence"
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.
Are.na MCP
Graph-native MCP server for Are.na.
Compatible with any MCP client that supports command-based servers (for example Claude Desktop, Cursor, and VS Code).
Quick Start (Local STDIO)
Requirements:
Node.js 22+
Are.na personal access token
Run directly from GitHub (recommended):
ARENA_ACCESS_TOKEN="YOUR_TOKEN" npm exec --yes --package=github:xaelophone/arena-mcp arena-mcpOr run from a local clone:
npm install
npm run build
ARENA_ACCESS_TOKEN="YOUR_TOKEN" npm run startRelated MCP server: Orchestra MCP Server
MCP Client Config
Generic command pattern:
{
"mcpServers": {
"arena": {
"command": "npx",
"args": ["--yes", "--package=github:xaelophone/arena-mcp", "arena-mcp"],
"env": {
"ARENA_ACCESS_TOKEN": "YOUR_TOKEN"
}
}
}
}Client-specific setup:
Known Issues and Workarounds
search_arenamay hit403on v3 endpoints for premium-gated contexts. By default the server retries via v2 whenARENA_ENABLE_V2_SEARCH_FALLBACK=true.Remote HTTP clients must send
Accept: application/json, text/event-streamduring MCP initialize, or you can get406 Not Acceptable.Missing/invalid auth keys on HTTP mode return
401 Unauthorizedon/mcp.
Details and troubleshooting:
Docs
Start here:
Core references:
Validation
npm run docs:check
npm run lint
npm run typecheck
npm test
npm run buildSTDIO smoke test (requires real token):
ARENA_ACCESS_TOKEN="YOUR_TOKEN" npm run build && npm run smoke:stdioLanding Page
npm run landingOpen http://localhost:4173.
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
- AlicenseAqualityAmaintenanceEnables interaction with an Airbyte instance through natural language, supporting workspaces, sources, destinations, connections, jobs, logs, tags, streams, and connector definitions.363Apache 2.0

Orchestra MCP Serverofficial
Flicense-qualityAmaintenanceEnables interaction with the Orchestra API for managing pipelines, runs, logs, and artifacts through natural language.- Alicense-qualityBmaintenanceEnables searching Verix records, retrieving record details, and running analysis workflows through natural language via the Verix API.MIT
- Alicense-qualityBmaintenanceEnables to interact with your Anki collection through natural language, allowing you to study, edit, and analyze flashcards without external dependencies.MIT
Related MCP Connectors
Streamline your Attio workflows using natural language to search, create, update, and organize com…
An AI-first personal CRM you run in natural language: contacts, reminders, notes, and more.
Manage projects, tasks, time tracking, and team collaboration through natural language.
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/xaelophone/arena-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server