By Max Techera · Open-source (MIT) · Updated June 2026
Blog

MCP servers, explained for developers

An MCP server exposes tools an AI agent can call mid-task. Here's the practical version.

npxnpx drops-cli report.html --managed

The Model Context Protocol (MCP) standardizes how agents call external tools. An MCP server advertises tools (name + schema); the agent invokes them and gets structured results back.

A concrete example

npx -y drops-mcp exposes publish_html, update_site, list_sites, delete_site — so any MCP client can publish artifacts to your domain. See the full primer.

FAQ

Does it work with any AI agent?
Yes. It's a CLI plus a SKILL.md and an MCP server, so Claude Code, Codex, Cursor, OpenCode, Gemini CLI — anything that runs a shell or speaks MCP — can use it.

Share what your AI builds — on your own domain.

Open-source, zero-knowledge, free. Try it in one command:

npx drops-cli report.html --managed