PocketBase MCP Server
@mrwyndham
About PocketBase MCP Server
MCP server for building PocketBase apps really quickly - Need a front end quick consider FastPocket
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"pocketbase-mcp": {
"command": "docker",
"args": [
"build",
"-t",
"pocketbase-mcp",
"."
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is PocketBase MCP Server?
An MCP server that provides tools for interacting with PocketBase databases, enabling advanced database operations, schema management, and data manipulation through the Model Context Protocol. It is designed for developers using AI assistants (like Cursor or Claude) to manage a PocketBase instance.
How to use PocketBase MCP Server?
Set up the server by configuring your MCP settings file (cline_mcp_settings.json or .vscode/mcp.json) with a command (e.g., node or docker), args pointing to build/index.js, and environment variables POCKETBASE_URL (required), POCKETBASE_ADMIN_EMAIL, and POCKETBASE_ADMIN_PASSWORD (optional). Optionally use Docker with docker run or Docker Compose. Tools can be auto‑approved via autoApprove (e.g., create_record, list_collections).
Key features of PocketBase MCP Server
- Collection creation and schema management
- CRUD operations for records
- User authentication and account creation
- Database backup with format options
- Pagination and cursor‑based navigation
- Relationship expansion support
Use cases of PocketBase MCP Server
- Creating and managing PocketBase collections via natural language commands
- Performing record CRUD operations with filters and pagination
- Authenticating users and managing user accounts
- Creating database backups for administration
FAQ from PocketBase MCP Server
How does this compare to alternatives like DynamicsEndpoints?
This server is built from the official JS‑SDK type definitions and has been tested on PocketBase 26.1, whereas the Dynamics one uses incorrect definitions and many of its methods do not work.
What are the runtime requirements?
The server runs on Node.js (using the compiled build/index.js) or inside a Docker container. It communicates with the MCP host over stdio.
Where does the data live?
The server does not store data; all data resides in the external PocketBase instance specified by the POCKETBASE_URL environment variable.
What known limits exist?
This is a work‑in‑progress (the README says “very much in progress”). Local setup is the only supported deployment method for now.
How is authentication handled?
More Other MCP servers
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
ghidraMCP
LaurieWiredMCP Server for Ghidra
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Comments