media context mcp for Cursor
io.github.vishalguptax/media-context-mcp
Local MCP server to analyze video, audio & images: frames, transcripts, on-screen text.
client:Cursor
transport:stdio
runtime:npm
Install media context mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"media-context-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"media-context-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs