Back to Browse

Painting Lessons MCP Server

Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

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

About

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

Remote endpoints: streamable-http: https://mypaintingclub.com/kb/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.

1 tool verified · Open access · No issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "io-github-1nzpainter-painting-lessons": {
      "url": "https://mypaintingclub.com/kb/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub 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.

Reviews

No reviews yet

Be the first to review this server!