lostmedia mcp for Cursor
io.github.mrfentmen/lostmedia-mcp
Keyless MCP server for the Lost Media Wiki: search lost TV, film, music and games, track found /...
client:Cursor
transport:stdio
runtime:npm
Install lostmedia mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"lostmedia-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"lostmedia-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs