arena-mcp

arena-mcp

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.

Category
Visit Server

README

Are.na MCP Server

License: MIT Python 3.10+ MCP

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 metadata
  • arena_get_channel_contents — Paginated contents with sorting
  • arena_get_channel_connections — Channels connected to this channel
  • arena_get_channel_followers — Channel followers
  • arena_create_channel — Create a channel
  • arena_update_channel — Update title, visibility, description
  • arena_delete_channel — Delete a channel (irreversible)

Blocks

  • arena_get_block — Block details with optional vision support for images
  • arena_get_block_comments — Comments on a block
  • arena_get_block_connections — Channels containing a block
  • arena_create_block — Create a block (URL or text) and connect to channels
  • arena_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 connection
  • arena_bulk_delete_connections — Delete up to 50 connections at once
  • arena_move_connection — Reorder items within a channel

Users

  • arena_get_me — Current authenticated user
  • arena_get_user — User profile
  • arena_get_user_contents — Blocks and channels by a user
  • arena_get_user_following — Who/what a user follows (filterable by type)
  • arena_get_user_followers — User's followers

Groups

  • arena_get_group — Group profile
  • arena_get_group_contents — Blocks and channels by a group

License

MIT License — see LICENSE file for details.

Links

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured