Catalog
io.github.holmesclaw-hash/dead-drop-content
OfficialPublish-ready articles on demand. Send a topic, get back SEO-optimized content with images.
Generate SEO-optimized articles with images from topic descriptions.
README not available yet.
Install
Configuration
Environment variables
OLLAMA_URLOllama API URL (default: http://localhost:11434)
UNSPLASH_ACCESS_KEYsecretUnsplash API key for image matching (optional, images disabled without it)
claude_desktop_config.json
{
"mcpServers": {
"dead-drop-content": {
"command": "npx",
"args": [
"-y",
"dead-drop-mcp@0.1.1"
],
"env": {
"OLLAMA_URL": "<YOUR_OLLAMA_URL>",
"UNSPLASH_ACCESS_KEY": "<YOUR_UNSPLASH_ACCESS_KEY>"
}
}
}
}