This is an MCP server that interacts with a PocketBase instance. It allows you to fetch, list, create, update, and manage records and files in your PocketBase collections.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"pocketbase-mcp": {
"command": "npx",
"args": [
"-y",
"mabeldata/pocketbase-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add pocketbase-mcp npx -y mabeldata/pocketbase-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"pocketbase-mcp": {
"command": "npx",
"args": [
"-y",
"mabeldata/pocketbase-mcp"
]
}
}
}
📋 Copy