PocketBase MCP Pro
Give Claude, Cursor, and any other agentic application full access to your PocketBase backend with 44 powerful AI tools.
$15 one-time purchase · Lifetime updates
Built for Serious PocketBase Work
Give Cursor, Claude, and other MCP clients production-grade access to PocketBase without turning your backend into an open console.
44 Tools Across the PocketBase API
Manage collections, records, auth, files, backups, settings, logs, cron jobs, batch operations, and SQL from the same MCP server. One paid tool reduces manual scripts and routine admin-panel work.
Safe by Default, Powerful When You Need It
Read-only mode is the default. Writes, deletes, schema changes, SQL, backups, settings, batches, and impersonation each require explicit environment flags, with audit logs and clear unblock hints for developers.
Built for Developer Workflows
Inspect schemas, change records, review logs, manage backups, and run controlled SQL from your AI coding session. Spend less time in the admin panel and fewer hours writing throwaway scripts.
44 AI Tools Across 10 Categories
Everything your LLM agent needs to fully manage PocketBase. From schema manipulation to advanced authentication workflows.
📁 Collections
8 ToolsSuperuser only management of schemas. Create, update, delete collections, import schemas, and retrieve scaffolding.
📄 Records
5 ToolsComplete CRUD operations for records, including advanced filtering, expansion, and file uploads.
🔐 Auth
13 ToolsExtensive authentication workflows: Password, OTP, OAuth2, Email Changes, Password Resets, and Impersonation.
💾 Backups
4 ToolsSuperuser management of the database backups. List, create, restore, or delete backup archives.
⚙️ Settings
4 ToolsFetch and modify system settings. Run connection tests for S3 storage and SMTP email setups.
📊 Logs
3 ToolsAnalyze API access logs. Retrieve detailed entries or aggregate stats directly from the admin panel.
⏰ Crons
2 ToolsList available cron jobs and trigger them manually right from your AI agent.
📎 Files
2 ToolsGenerate secure file access tokens and build fully qualified file download URLs.
🔄 Batch
1 ToolsExecute atomic multi-operation transactions safely as a superuser.
🏥 Health + 🗄️ SQL
2 ToolsCheck API health status and execute raw, unfiltered SQL queries directly against the SQLite database.
Guides & Tutorials
See what your AI assistant can accomplish with a single prompt using PocketBase MCP Pro.
Create a Blog Database Schema
Easy"Create collections for 'posts', 'authors', and 'comments'. Set up the relations between them, and make posts publicly readable but only writable by authors."
AI will automatically design the schema, create the collections, set up the relation fields, and apply the correct API rules in one go.
Complete Auth Workflow Testing
Medium"Create a test user, request an OTP login, simulate the OTP verification, and then change the user's email address."
Your agent can simulate end-to-end authentication flows, including interacting with OTP, verifying tokens, and updating sensitive account details.
Safe SQL Migration with Backup
Hard"Take a full database backup. Then, execute a raw SQL query to migrate the 'status' column from integer to string across all 10,000 records. If the SQL fails, restore the backup."
AI can perform high-risk operations safely by leveraging superuser backup controls alongside raw database execution.
Flexible Installation Options
Choose the installation method that perfectly fits your workflow and AI client.
NPM Package
Run instantly using NPX for Cursor, Windsurf, or any MCP client.
npx pocketbase-mcp-pro .mcpb Archive
Packaged archive designed specifically for Claude Desktop and Claude Code CLI.
Manual .zip Download
Download the source archive, install dependencies, and build it yourself.