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

44
AI Tools
10
Categories
FastMCP
Protocol
Full
API Coverage

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 Tools

Superuser only management of schemas. Create, update, delete collections, import schemas, and retrieve scaffolding.

📄 Records

5 Tools

Complete CRUD operations for records, including advanced filtering, expansion, and file uploads.

🔐 Auth

13 Tools

Extensive authentication workflows: Password, OTP, OAuth2, Email Changes, Password Resets, and Impersonation.

💾 Backups

4 Tools

Superuser management of the database backups. List, create, restore, or delete backup archives.

⚙️ Settings

4 Tools

Fetch and modify system settings. Run connection tests for S3 storage and SMTP email setups.

📊 Logs

3 Tools

Analyze API access logs. Retrieve detailed entries or aggregate stats directly from the admin panel.

⏰ Crons

2 Tools

List available cron jobs and trigger them manually right from your AI agent.

📎 Files

2 Tools

Generate secure file access tokens and build fully qualified file download URLs.

🔄 Batch

1 Tools

Execute atomic multi-operation transactions safely as a superuser.

🏥 Health + 🗄️ SQL

2 Tools

Check 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
Prompt

"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.

Tools Used
pb_collections_create pb_collections_update

Complete Auth Workflow Testing

Medium
Prompt

"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.

Tools Used
pb_records_create pb_auth_request_otp pb_auth_with_otp pb_auth_request_email_change

Safe SQL Migration with Backup

Hard
Prompt

"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.

Tools Used
pb_backups_create pb_sql_execute pb_backups_restore

Flexible Installation Options

Choose the installation method that perfectly fits your workflow and AI client.

Recommended

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.