Arena
FreeNot checkedEnables AI agents to interact with Are.na for creative research and knowledge curation, including searching, browsing, creating, and managing channels, blocks,
About
Enables AI agents to interact with Are.na for creative research and knowledge curation, including searching, browsing, creating, and managing channels, blocks, comments, and connections.
README
A Model Context Protocol server that lets AI agents interact with Are.na — the platform for creative research and knowledge curation. Built for the Are.na API v3.
- Search and browse channels, blocks, users, and groups
- Create and manage channels and blocks
- Connect content across channels
- Comment on blocks
- Explore networks of related content
- Visual content support — vision analysis for image blocks
No API token needed for browsing — only required for write operations.
Installation
pip install mcp httpx pydantic python-dotenv
For write access, add your Are.na token:
# Get one at: https://are.na/settings/personal-access-tokens
echo "ARENA_ACCESS_TOKEN=your_token_here" > .env
Setup with Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"arena": {
"command": "python",
"args": ["/absolute/path/to/arena_mcp.py"]
}
}
}
Setup with Claude Code
claude mcp add arena python /absolute/path/to/arena_mcp.py
Response Formats
All tools support three response formats via the response_format parameter:
| Format | Default | Description |
|---|---|---|
compact |
Yes | One line per item with all IDs. Best for agents. |
markdown |
Detailed multi-line view. Good for reading. | |
json |
Clean JSON (image blobs stripped by default). |
Compact format example:
[Page 1/3 | 72 total | more: page=2]
id:12345 | Image | conn:67890 | "Architecture Photo" | https://example.com | @username
id:12346 | Text | conn:67891 | "Research Notes" | @username | [First 100 chars of content...]
id:12347 | Link | conn:67892 | "Reference Article" | https://example.com/article | @username
Available Tools
Search
arena_search— Unified search across blocks, channels, users, groups. Supports type/scope/sort filters.
Channels
arena_get_channel— Channel metadataarena_get_channel_contents— Paginated contents with sortingarena_get_channel_connections— Channels connected to this channelarena_get_channel_followers— Channel followersarena_create_channel— Create a channelarena_update_channel— Update title, visibility, descriptionarena_delete_channel— Delete a channel (irreversible)
Blocks
arena_get_block— Block details with optional vision support for imagesarena_get_block_comments— Comments on a blockarena_get_block_connections— Channels containing a blockarena_create_block— Create a block (URL or text) and connect to channelsarena_update_block— Update title, description, content
Comments
arena_create_comment— Comment on a block (supports @mentions)arena_delete_comment— Delete a comment
Connections
arena_create_connection— Connect a block or channel to channel(s)arena_delete_connection— Remove a connectionarena_bulk_delete_connections— Delete up to 50 connections at oncearena_move_connection— Reorder items within a channel
Users
arena_get_me— Current authenticated userarena_get_user— User profilearena_get_user_contents— Blocks and channels by a userarena_get_user_following— Who/what a user follows (filterable by type)arena_get_user_followers— User's followers
Groups
arena_get_group— Group profilearena_get_group_contents— Blocks and channels by a group
License
MIT License — see LICENSE file for details.
Links
Installing Arena
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/ertekinno/arena-mcpFAQ
Is Arena MCP free?
Yes, Arena MCP is free — one-click install via Unyly at no cost.
Does Arena need an API key?
No, Arena runs without API keys or environment variables.
Is Arena hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install Arena in Claude Desktop, Claude Code or Cursor?
Open Arena on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare Arena with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
