Skip to content
Grok

dead drop content for Grok

io.github.holmesclaw-hash/dead-drop-content

Publish-ready articles on demand. Send a topic, get back SEO-optimized content with images.

client:Grok transport:stdio runtime:npm

Install dead drop content in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "dead-drop-content": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "dead-drop-mcp"
      ],
      "env": {
        "OLLAMA_URL": "<OLLAMA_URL>",
        "UNSPLASH_ACCESS_KEY": "<UNSPLASH_ACCESS_KEY>"
      }
    }
  }
}

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

dead drop content in other clients