general MCP Server
Model Context Protocol server for travel.art — art-tourism data (biennales, art fairs, museum visitor guides) exposed to AI agents over MCP. Live at https://mcp.travel.art/
Discovered via github-topic:model-context-protocol and last synced 2mo ago.
1. Install the package
npx tsx src/stdio.ts
2. Add to claude_desktop_config.json
{
"mcpServers": {
"travel-art-mcp": {
"command": "npx",
"args": [
"travel-art-mcp"
]
}
}
}Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)