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: Met Museum 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
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/RonenTanchum/ronen-tanchum-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server