CodedByKay.ArtShow.Mcp
Provides tools for interacting with an artwork catalog stored in a SQLite database, enabling CRUD operations on artworks and classifiers, filtering and searching, catalog statistics, publish-state checks, and classifier management.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@CodedByKay.ArtShow.Mcpsearch artworks titled 'sunset' and show me their image URLs"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
CodedByKay.ArtShow.Mcp
MCP server exposing the CodedByKay.ArtShow.CLI SQLite catalog
(artwork.db) to MCP clients (Claude Code, Claude Desktop, etc), with full
CRUD on artworks and classifiers.
This is a second writer of artwork.db alongside CodedByKay.ArtShow.CLI
itself (see ArtShow.Workspace/AGENTS.md) — both talk to the same SQLite
file in WAL mode, which supports that safely. It's DB-only, though: it never
touches R2 or YouTube. Deleting/replacing an artwork's actual image files
stays with the CLI's own "Delete artwork" / "Add artwork" flows, which own
the R2 client and credentials.
Uses Node's built-in node:sqlite module (no native dependencies like
better-sqlite3 to build/install) — requires Node.js 22.5+.
Setup
npm install
npm run buildRelated MCP server: Rastro MCP
Tools
Read-only:
list_artworks— filter/search artworks (id, type, category, medium, tag, group, title/description substring) with pagination and sorting.get_artwork— fetch one artwork by id.list_classifiers— known Category/Medium/Tag/Group values.get_catalog_stats— total/image/video counts plus per-value breakdowns.get_publish_state— whether the catalog has unpublished changes.
Mutating (all mark the catalog dirty / pending-publish, same as the CLI):
create_artwork— insert a new row. Metadata only — pass an existingr2Key/thumbR2Key(already-uploaded image) orvideoId(already on YouTube); new category/medium/tag/group values are auto-added to Classifiers, same as the CLI's Add flow.update_artwork— partial update by id; nullable fields can be explicitly set tonullto clear them.delete_artwork— delete a row by id. Does not touch R2 — use the CLI's "Delete artwork" menu option for a delete that also removes the R2 files.create_classifier/rename_classifier/delete_classifier— manage known Category/Medium/Tag/Group values. Rename cascades to every artwork using that value; delete refuses (reporting the usage count) unlessforce: true, which also unlinks it from those artworks first.set_publish_dirty— manually set/clear the pending-publish flag.
Each artwork result includes the same imageUrl/thumbnailUrl/videoUrl
fields the CLI's publish command writes to the site's data/artwork.json
(built from R2Key/ThumbR2Key/VideoId), so results are ready to use
without re-deriving URLs.
Configuration
ARTSHOW_DB_PATH— override the path toartwork.db. Defaults toC:\Users\kaywi\dev\CodedByKay.ArtShow.CLI\Db\artwork.db.ARTSHOW_R2_PUBLIC_BASE_URL— override the R2 public base URL used to buildimageUrl/thumbnailUrl. Defaults tohttps://kaysartshow.fyi.
Registering with a client
Example mcpServers entry (Claude Desktop / Claude Code MCP config):
{
"mcpServers": {
"artshow-catalog": {
"command": "node",
"args": ["C:\\Users\\kaywi\\dev\\CodedByKay.ArtShow.Mcp\\dist\\index.js"]
}
}
}Or with the Claude Code CLI:
claude mcp add artshow-catalog -- node C:\Users\kaywi\dev\CodedByKay.ArtShow.Mcp\dist\index.jsThis server cannot be deployed
Maintenance
Related MCP Connectors
Read-only MCP server over the APIs.io catalog — discover APIs, providers, tags & artifacts.
OAuth-protected, read-only-by-default MCP server for provenance-labeled QuillCaddie project memory.
Query, browse, and automate OmegaAI workspaces from any MCP client. Streamable HTTP with OAuth 2.0.
- RasterOAuthapp.raster
Browse, search, upload, tag, transfer, and delete images in your Raster libraries over MCP.
Related MCP Servers
- FlicenseCqualityDmaintenanceGit-backed MCP server for creating and maintaining an Obsidian-style markdown knowledge base with full CRUD, search, and git sync.7-

Rastro MCPofficial
AlicenseNot gradedqualityCmaintenanceMCP server for Rastro catalog operations, exposing catalog, service, execution, and local visualization tools for use with Claude, Codex, or any MCP-compatible client.MIT- AlicenseAqualityAmaintenanceA local MCP-controlled artifact shelf for agents to publish generated content with stable preview URLs. Provides a shared SQLite registry and HTTP gallery for human browsing.311 npm1MIT
- AlicenseNot gradedqualityBmaintenanceMCP server that exposes SQLite datasets as queryable tools and resources via Streamable HTTP, enabling read-only exploration and SQL queries.Apache 2.0