mcp-mediachips
Click on "Install 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: DeepWriter 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 |
This server cannot be installed
Maintenance
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/rikuson/mcp-mediachips'
If you have feedback or need assistance with the MCP directory API, please join our Discord server