mcpill
Write what your MCP server does in a PILL.md. Hand it to Claude. Run mcpill compile — get a deployable artifact.
Describe your MCP server's tools, resources, and prompts in structured Markdown. No TypeScript required to define behavior.
mcpill initScaffolds a new project with the PILL.md template, sensible defaults, and a README — ready to describe and compile immediately.
mcpill compileValidates the spec and generates a ready-to-run MCP server artifact. Claude fills in the implementation from the PILL.md description.
mcpill runStarts the compiled server immediately without leaving the CLI. Attach it to Claude Desktop or any MCP-compatible client.
Scaffold a new MCP server project.
mcpill init my-server