AgentHubAgentHub

dropthis-mcp

MCP ServerMCP Registry官方收录

io.github.dropthis-dev/dropthis-mcp · v0.7.0

Publish HTML, files, or a URL to a permanent public URL, then update it — from any MCP agent.

概览

dropthis-mcp 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "dropthis-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@dropthis/mcp"
      ],
      "env": {
        "DROPTHIS_API_KEY": "<DROPTHIS_API_KEY>"
      }
    }
  }
}

环境变量

DROPTHIS_API_KEY必填secret

Your dropthis API key (sk_...). Required.

DROPTHIS_BASE_URL可选

Override the dropthis API base URL (optional).

相关资源

统一 Manifest

{
  "id": "io.github.dropthis-dev/dropthis-mcp",
  "type": "mcp-server",
  "version": "0.7.0",
  "displayName": "dropthis-mcp",
  "description": "Publish HTML, files, or a URL to a permanent public URL, then update it — from any MCP agent.",
  "repository": {
    "url": "https://github.com/dropthis-dev/dropthis-mcp",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "@dropthis/mcp",
        "version": "0.7.0",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "DROPTHIS_API_KEY",
            "description": "Your dropthis API key (sk_...). Required.",
            "isRequired": true,
            "isSecret": true
          },
          {
            "name": "DROPTHIS_BASE_URL",
            "description": "Override the dropthis API base URL (optional)."
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.dropthis-dev/dropthis-mcp",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.dropthis-dev%2Fdropthis-mcp/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
dropthis-mcp — MCP Server 安装与配置 · AgentHub