MCP Server · Live

Verne Toolbox MCP

A remote MCP server that lets any team member manage Toolbox apps using their own Claude subscription. Changes are committed and pushed to GitHub automatically — the server redeploys in ~5 s.

Server URL

https://vernepylab.com/apps/toolbox/toolbox-mcp/

Connect — Claude Code (CLI)

claude mcp add verne-toolbox https://vernepylab.com/apps/toolbox/toolbox-mcp/

Or clone the toolbox repo — the .mcp.json at the root connects automatically when you open the project.

Connect — Claude Desktop

{
  "mcpServers": {
    "verne-toolbox": {
      "type": "http",
      "url": "https://vernepylab.com/apps/toolbox/toolbox-mcp/"
    }
  }
}

Connect — Claude.ai (admin custom connector, same as Bot2)

Ask your claude.ai administrator to add a custom connector with this SSE URL:

https://vernepylab.com/apps/toolbox/toolbox-mcp/sse

Once added org-wide, every team member sees the Toolbox tools in claude.ai — no individual setup needed.

Available tools

ToolWhat it does
list_appsList all registered Toolbox apps
get_app_infoFile tree + registry entry for an app
list_filesList files inside an app
read_fileRead any app file
write_fileCreate or overwrite a file
delete_fileDelete a file
create_appScaffold a new app directory
register_appAdd/update entry in server.js
unregister_appRemove app from server.js
git_statusShow pending changes
git_syncCommit + push → auto-deploy
schedule_agentBuild a config body for a scheduled remote agent (weekly audits, daily reports)
MEETING PREP
list_upcoming_meetingsBrowse upcoming Google Calendar events
prepare_meetingFull prep pipeline → Notion page

Example prompts

"List the existing Toolbox apps"
"Add a new app called pump-calc with a simple pump sizing form"
"Edit the description of the rampup app"
"Show me what files are in the claudebox app"
"Push everything to GitHub"
"Prepare for my meeting with Acme Corp tomorrow"
"What meetings do I have this week?"
"Get me ready for my call with John Smith at TechCorp"

Protected by domain authentication · ← Toolbox