Back to Discover

MCP

connector

1nzpainter

Search transcribed painting lessons. Results cite the exact lesson and Vimeo timestamp.

View on GitHub
0 starsSynced Aug 17, 2026

Install to Claude Code

/plugin marketplace add 1nzpainter/MCP

README

My Painting Club — Painting Lesson Knowledge Base (MCP Server)

smithery badge

A remote MCP (Model Context Protocol) server that lets AI agents search transcribed painting lessons from mypaintingclub.com.

What it does

The search_painting_lessons tool answers natural-language painting technique questions using real transcribed lesson content. Every result includes:

  • Answer text — the relevant passage from the lesson
  • Lesson title and sales page URL on mypaintingclub.com
  • Vimeo deep link — a timestamped URL that seeks to the exact moment in the video

Topics covered: colour mixing, edges, composition, value, brushwork, oils, acrylics.

Connect via MCP

Server URL: https://mypaintingclub.com/kb/mcp
Protocol: Streamable HTTP (MCP 2025-03-26)
Auth: None required

Claude Desktop (claude_desktop_config.json)

{
  "mcpServers": {
    "mpc-painting-lessons": {
      "type": "streamable-http",
      "url": "https://mypaintingclub.com/kb/mcp"
    }
  }
}

Cursor / other MCP clients

Add https://mypaintingclub.com/kb/mcp as a Streamable HTTP server.

Auto-discovery endpoints

PathFormat
/.well-known/mcp.jsonMCP auto-discovery
/.well-known/ai-plugin.jsonOpenAI plugin manifest
/kb/openapi.jsonOpenAPI spec
/kb/docsAPI docs
/kb/healthHealth check

Rate limits

30 requests/minute per IP · 500 queries/day global (resets midnight UTC)

Tool reference

search_painting_lessons

ParameterTypeRequiredDefaultDescription
questionstringNatural-language painting technique question
top_kinteger5Max results (1–20)

Example:

{ "question": "how do I paint soft edges in oils", "top_k": 3 }

Links

Official MCP Registry

Listed as io.github.1nzpainter/painting-lessons on the Official MCP Registry.

Rendered live from 1nzpainter/MCP's GitHub README — not stored, always reflects the source repo.

1 Install Method

NameDescriptionCategorySource
streamable-http remoteHosted streamable-http endpointmcp-serverhttps://mypaintingclub.com/kb/mcp

0 Comments

Login required
Log in to post a comment or update on this repo.

No comments yet — be the first to share an update.