valtown Claude Code Plugin
Claude Code PluginClaude CodeDeploymentCloud, Deployment & CI/CDWeb & App DevelopmentAI Agents & AI App DevelopmentThe explanation below is AI-generated. Please verify it against the sources.
This plugin installs Val Town's hosted MCP server along with a set of skill files for Claude Code, Codex, and Cursor, connecting an AI coding agent directly to the Val Town platform. The skills cover practical guidance for building HTTP endpoints, scheduled cron/interval jobs, SQLite-backed storage, email handling, OAuth flows, and frontend UI components on Val Town. According to the README, these same skill files are also used internally by Val Town's own tooling, such as its Townie assistant. Overall, the plugin functions as a bridge that lets an agent both understand Val Town's platform conventions and call its MCP server to build and deploy code.
About the service
Val Town, as described on its homepage, is a hosted platform aimed at teams that want to turn code into live web endpoints very quickly, without managing their own deployment infrastructure. It provides code execution, scheduled jobs, email handling, a built-in SQLite database and blob storage, and a TypeScript-aware code editor. The platform is positioned for shipping internal tools, integrations, and automations, and it can be driven either through its own interface or through AI agents connected via MCP.
What you can do with valtown
- Install Val Town's hosted MCP server for Claude Code, Codex, or Cursor
- Load skill guidance covering HTTP endpoints, cron/interval scheduling, SQLite storage, email, OAuth, frontend UI, and third-party integrations on Val Town
- Complete a browser-based OAuth authorization on first use of an MCP tool
- Get platform-specific conventions and templates so the agent can build and deploy code consistent with Val Town's tooling