Skip to content
Grok

lostmedia mcp for Grok

io.github.mrfentmen/lostmedia-mcp

Keyless MCP server for the Lost Media Wiki: search lost TV, film, music and games, track found /...

client:Grok transport:stdio runtime:npm

Install lostmedia mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "lostmedia-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "lostmedia-mcp"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

lostmedia mcp in other clients