Ronen Tanchum MCP Server
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., "@Ronen Tanchum MCP ServerShow me Ronen Tanchum's portfolio."
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.
Ronen Tanchum — Artist MCP Server
An MCP (Model Context Protocol) server that acts as an artist alter-ego and digital interface for Ronen Tanchum and Phenomena Labs.
Any AI agent that speaks MCP — Claude, Cursor, or any custom agent — can connect to this server and experience Ronen's artworks, philosophy, and artistic voice directly.
What Agents Can Do
Tools
Tool | Description |
| Full portfolio with all works and descriptions |
| Deep detail on a specific work — concept, exhibition history, dimensions |
| Full artist profile, credentials, philosophy, contact |
| Direct alter-ego — ask Ronen anything, get a response in his authentic voice |
| Submit a structured collaboration inquiry to Phenomena Labs |
Resources
URI | Contents |
| Full artist profile (JSON) |
| Complete portfolio (JSON) |
| Artistic philosophy and voice examples (JSON) |
Related MCP server: Slipbox MCP Server
Quick Start
# Install dependencies
npm install
# Copy env file and add your Anthropic API key
cp .env.example .env
# Build and start
npm run build
npm start
# Or for development (no build step)
npm run devThe server runs on http://localhost:3000 by default.
Connect any MCP client to http://localhost:3000/sse.
Configuration
Variable | Required | Description |
| For | Enables the alter-ego tool |
| No (default: 3000) | HTTP port |
Connecting from Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"ronen-tanchum": {
"url": "http://localhost:3000/sse"
}
}
}Or, when deployed publicly:
{
"mcpServers": {
"ronen-tanchum": {
"url": "https://mcp.ronentanchum.art/sse"
}
}
}Deployment
Railway (recommended)
railway upFly.io
fly launch
fly deployDocker
docker build -t ronen-tanchum-mcp .
docker run -p 3000:3000 -e ANTHROPIC_API_KEY=sk-ant-... ronen-tanchum-mcpAbout
Ronen Tanchum is a New York-based generative and AI artist working at the intersection of computation, nature, and the baroque visual tradition. His work has been exhibited at the World Economic Forum in Davos, on Art Blocks, and in permanent installations across three countries.
Website: ronentanchum.art
Studio: Phenomena Labs
Contact: studio@phenomenalabs.com
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
- AlicenseAqualityCmaintenanceA MCP Server that lets user ask AI models to discover the collection of the Metropolitan Museum of Art. Adds the discovered art works as Resources on the server.Last updated424232MIT
- AlicenseAqualityAmaintenanceAn MCP server that turns any compatible AI agent into a Zettelkasten partner for creating atomic notes, forming semantic links, detecting clusters, and synthesizing insights from your existing knowledge.Last updated191MIT
- Flicense-qualityDmaintenanceMCP server that lets AI assistants manage an art catalogue — find paintings, post to social media, upload to galleries, schedule posts, and update metadata.Last updated
- Alicense-qualityBmaintenanceMCP server for creating, managing, and interacting with AI-powered NPCs with persistent memory, supporting dialogue, game events, and persona generation for coding agents.Last updated351Inno Setup
Related MCP Connectors
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
Person-owned, portable AI memory as a remote MCP server, readable and writable by any MCP client.
MCP server for AI dialogue using various LLM models via AceDataCloud
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/RonenTanchum/ronen-tanchum-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server