io.github.holmesclaw-hash/dead-drop-content MCP Server
io.github.holmesclaw-hash/dead-drop-content
What is the io.github.holmesclaw-hash/dead-drop-content MCP server?
Publish-ready articles on demand. Send a topic, get back SEO-optimized content with images.
How to install io.github.holmesclaw-hash/dead-drop-content
Copy-paste configuration for popular MCP clients.
OLLAMA_URLOllama API URL (default: http://localhost:11434)
UNSPLASH_ACCESS_KEYsecretUnsplash API key for image matching (optional, images disabled without it)
{
"mcpServers": {
"dead-drop-content": {
"command": "npx",
"args": [
"-y",
"dead-drop-mcp"
],
"env": {
"OLLAMA_URL": "<YOUR_OLLAMA_URL>",
"UNSPLASH_ACCESS_KEY": "<YOUR_UNSPLASH_ACCESS_KEY>"
}
}
}
}{
"mcpServers": {
"dead-drop-content": {
"command": "npx",
"args": [
"-y",
"dead-drop-mcp"
],
"env": {
"OLLAMA_URL": "<YOUR_OLLAMA_URL>",
"UNSPLASH_ACCESS_KEY": "<YOUR_UNSPLASH_ACCESS_KEY>"
}
}
}
}{
"mcpServers": {
"dead-drop-content": {
"command": "npx",
"args": [
"-y",
"dead-drop-mcp"
],
"env": {
"OLLAMA_URL": "<YOUR_OLLAMA_URL>",
"UNSPLASH_ACCESS_KEY": "<YOUR_UNSPLASH_ACCESS_KEY>"
}
}
}
}{
"servers": {
"dead-drop-content": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"dead-drop-mcp"
],
"env": {
"OLLAMA_URL": "<YOUR_OLLAMA_URL>",
"UNSPLASH_ACCESS_KEY": "<YOUR_UNSPLASH_ACCESS_KEY>"
}
}
}
}claude mcp add dead-drop-content --env OLLAMA_URL=<YOUR_OLLAMA_URL> --env UNSPLASH_ACCESS_KEY=<YOUR_UNSPLASH_ACCESS_KEY> -- npx -y dead-drop-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.