mcp-mediachips
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., "@mcp-mediachipslist media with rating above 4"
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.
mcp-mediachips
MCP server for MediaChips database. Provides CRUD tools to manage media, tags, playlists, marks, and settings via the Model Context Protocol.
Requirements
macOS (other platforms are not currently supported)
Related MCP server: SQLite MCP Server
Setup
npm installConfiguration
Add to your MCP client config (e.g. Claude Desktop):
{
"mcpServers": {
"mediachips": {
"command": "node",
"args": ["/path/to/mcp-mediachips/index.js"],
"env": {
"MEDIACHIPS_DB_PATH": "/path/to/mediachips/db.sqlite"
}
}
}
}If MEDIACHIPS_DB_PATH is not set, it defaults to db.sqlite in the project directory.
Tools
Tool | Description |
| List media with pagination, sorting, and filters |
| Get media by ID with tags, video metadata, marks |
| Create a new media item |
| Update media (name, rating, favorite, bookmark) |
| Delete a media item |
| List tags with pagination and filters |
| Get tag by ID with media, child/parent tags, values |
| Create a new tag |
| Update a tag |
| Delete a tag |
| Associate a tag with media |
| Remove a tag from media |
| List all playlists |
| Get playlist with its media items |
| Create a new playlist |
| Update a playlist |
| Delete a playlist |
| Add media to a playlist |
| Remove media from a playlist |
| List marks for a media item |
| Create a timestamp mark on media |
| Update a mark |
| Delete a mark |
| List meta categories |
| List media types with counts |
| Get application settings |
| Update a setting |
| Set custom meta value on media |
| Set custom meta value on tag |
| Get database statistics |
| Search across media and tags |
| Execute raw SELECT queries |
Related MCP Connectors
Model Context Protocol server for todo.vu task management and time tracking.
Model Context Protocol server for Studex tools, notifications, and profile integrations
Local-first task manager: create, edit, and complete tasks, projects, and checklists via MCP.
The media memory layer for AI agents and their humans. Your AI client gets 29 tools to search your collection, add items, update ratings, preview music, and find patterns across everything you've read, watched, and listened to.
Related MCP Servers
- AlicenseAqualityDmaintenanceProvides tools for creating, managing, and generating content for DeepWriter projects through a standardized Model Context Protocol interface.66Apache 2.0
- AlicenseNot gradedqualityDmaintenanceEnables comprehensive SQLite database operations including CRUD operations, schema management, and meta commands across multiple database files through the Model Context Protocol.21 npm2MIT
- FlicenseAqualityDmaintenanceEnables interaction with Grist documents, workspaces, and records via the Model Context Protocol. It supports comprehensive operations including SQL querying, schema management, and record CRUD functionality.1162 npm3-
- AlicenseNot gradedqualityDmaintenanceProvides a standardized interface for interacting with Trello's tools and services through the Model Context Protocol.MIT