Drop to CDN for Grok
io.github.nexus-jpf/droptocdn
Upload files and get instant public CDN URLs from Claude Desktop, Cursor, and other MCP hosts.
client:Grok
transport:stdio
runtime:npm
Install Drop to CDN in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"droptocdn": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-server-droptocdn"
],
"env": {
"DROPTOCDN_API_KEY": "<DROPTOCDN_API_KEY>",
"DROPTOCDN_API_URL": "<DROPTOCDN_API_URL>"
}
}
}
}
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