Skip to content
MCP Server Community By @alexzavialov

alexzavialov/travel-art-mcp

[![travel-art-mcp MCP server](https://glama.ai/mcp/servers/alexzavialov/travel-art-mcp/badges/score.svg)](https://glama.ai/mcp/servers/alexzavialov/travel-art-mcp) 📇 ☁️ - Art-tourism data for AI agents: biennales (Venice, Whitney), art fairs (Art Basel, Frieze), and major museum visitor guides (Louvre, Vatican, Uffizi, Prado, +growing). Three tools: `find_art_events`, `find_museum_guide`, `recommend_art_trip`. Hosted at https://mcp.travel.art/, no install. Catalogue grounded in 10 cornerstone editorial guides at travel.art.

New to MCP? Copy the config below, then follow the Claude Desktop / Cursor steps.

Install guide →
Connected Apps: alexzavialov/travel-art-mcp Claude Desktop

Installation Guide

Run command: npx -y @modelcontextprotocol/server-alexzavialov-travel-art-mcp

Detailed Documentation

travel-art-mcp MCP server 📇 ☁️ - Art-tourism data for AI agents: biennales (Venice, Whitney), art fairs (Art Basel, Frieze), and major museum visitor guides (Louvre, Vatican, Uffizi, Prado, +growing). Three tools: find_art_events, find_museum_guide, recommend_art_trip. Hosted at https://mcp.travel.art/, no install. Catalogue grounded in 10 cornerstone editorial guides at travel.art.

Configuration

{
  "mcpServers": {
    "alexzavialov-travel-art-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-alexzavialov-travel-art-mcp"
      ],
      "env": {}
    }
  }
}