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: coherence-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.
Latest Blog Posts
- 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