Advanced PocketBase MCP Server
@MCP-Mirror
About Advanced PocketBase MCP Server
Mirror of
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"DynamicEndpoints_advanced-pocketbase-mcp-server": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"pocketbase-server",
"--client",
"claude"
]
}
}
}Tools
No tools detected
Fetch the live tool list by running this server in a temporary sandbox using the button above.
Overview
What is Advanced PocketBase MCP Server?
A comprehensive MCP server that provides tools for interacting with PocketBase databases. It enables advanced database operations, schema management, and data manipulation through the Model Context Protocol for developers building AI-powered applications with PocketBase backends.
How to use Advanced PocketBase MCP Server?
Install dependencies with npm install, configure a .env file with at least POCKETBASE_URL, build with npm run build, then start your PocketBase instance. Use MCP tools like create_collection, list_records, authenticate_user, or backup_database via your MCP client.
Key features of Advanced PocketBase MCP Server
- Create and manage collections with custom schemas
- Full CRUD and advanced querying with filtering, sorting, and aggregation
- User authentication, OAuth2, OTP, and token management
- Database backup and restore with JSON/CSV export
- Schema migration with data preservation and transforms
- Batch import/export with create, update, and upsert modes
Use cases of Advanced PocketBase MCP Server
- Automating schema migrations and index management across PocketBase collections
- Building AI assistants that can query, insert, and update user data in real time
- Implementing user authentication flows (password, OAuth2, OTP) from an MCP client
- Performing bulk data imports or exports for analytics and backup
- Impersonating users for admin-level testing or support workflows
FAQ from Advanced PocketBase MCP Server
What environment variables are required?
POCKETBASE_URL is required. Optional: POCKETBASE_ADMIN_EMAIL, POCKETBASE_ADMIN_PASSWORD, and POCKETBASE_DATA_DIR.
How do I install the server via Smithery?
Run npx -y @smithery/cli install pocketbase-server --client claude.
Does the server support TypeScript?
Yes, it includes comprehensive TypeScript definitions for all operations and strictly typed input schemas.
What authentication methods are available?
Password authentication, OAuth2, one-time password (OTP), token refresh, email verification, password reset, email change, and admin impersonation.
How can I contribute to the project?
Fork the repository, create a feature branch, commit changes, push the branch, and open a Pull Request.
Frequently asked questions
What environment variables are required?
`POCKETBASE_URL` is required. Optional: `POCKETBASE_ADMIN_EMAIL`, `POCKETBASE_ADMIN_PASSWORD`, and `POCKETBASE_DATA_DIR`.
How do I install the server via Smithery?
Run `npx -y @smithery/cli install pocketbase-server --client claude`.
Does the server support TypeScript?
Yes, it includes comprehensive TypeScript definitions for all operations and strictly typed input schemas.
What authentication methods are available?
Password authentication, OAuth2, one-time password (OTP), token refresh, email verification, password reset, email change, and admin impersonation.
How can I contribute to the project?
Fork the repository, create a feature branch, commit changes, push the branch, and open a Pull Request.
Basic information
More Other MCP servers
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.

EverArt
modelcontextprotocolModel Context Protocol Servers
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Comments