theo-van-gogh-mcp

theo-van-gogh-mcp

MCP server that lets AI assistants manage an art catalogue — find paintings, post to social media, upload to galleries, schedule posts, and update metadata.

Category
Visit Server

README

theo-van-gogh-mcp

MCP server that exposes the theo-van-gogh art management system to Claude (or any MCP-compatible AI).

What it does

Lets an AI assistant manage your art catalogue — find paintings, post to social media, upload to gallery sites, schedule posts, and update metadata — by calling tools over the Model Context Protocol.

Setup

1. Install mcp into the main project's virtualenv

The MCP server runs inside theo-van-gogh's existing virtualenv so it has access to all dependencies.

cd ~/programming/theo-van-gogh
source venv/bin/activate
pip install "mcp[cli]"

2. Configure Claude Desktop

Merge the following into ~/.config/claude/claude_desktop_config.json (Linux) or ~/Library/Application Support/Claude/claude_desktop_config.json (macOS):

{
  "mcpServers": {
    "theo-van-gogh": {
      "command": "/home/christopher/programming/theo-van-gogh/venv/bin/python",
      "args": ["/home/christopher/programming/theo-van-gogh-mcp/server.py"],
      "env": {
        "THEO_VAN_GOGH_PATH": "/home/christopher/programming/theo-van-gogh"
      }
    }
  }
}

See claude_desktop_config.example.json for a copy-pasteable example.

3. Restart Claude Desktop

The server starts automatically when Claude Desktop launches.

Available tools

Tool Description
get_painting Full metadata for one painting
find_painting Fuzzy search by name
list_platforms All platforms with status
check_login_status Browser session health
verify_config Check paths and API keys
generate_skeleton_metadata Stub metadata for new paintings
update_painting_metadata Edit title, description, price, etc.
sync_collection_folders Create missing collection dirs
sync_instagram_folders Mirror folder structure
post_to_social Post a painting now
schedule_post Schedule a future post
run_scheduled_posts Execute due scheduled posts
upload_to_faso Browser-upload a painting to FASO
set_dimension_unit "cm" or "in"
add_list_item Add to substrates/mediums/etc.

Available resources

URI Content
tvg://capabilities Plain-English guide to all tools (AI reads this first)
tvg://paintings All paintings with upload/post status
tvg://pending Paintings needing uploads or posts, by platform
tvg://schedule Upcoming and recent scheduled posts
tvg://settings Config, paths, credential status

What stays manual

  • First browser login for FASO and Cara — use admin option 17 in the main CLI
  • Processing new paintings (AI title generation, entering dimensions) — use python main.py process

Support

If you find this useful, a small donation helps keep projects like this going: Donate via PayPal

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
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
Qdrant Server

Qdrant Server

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

Official
Featured