
MCP Parse Server
by emanuelmartin
Full-featured MCP server for Parse Server providing CRUD, schema management, roles, ACLs, and Cloud Functions.
What it does
This MCP server connects an AI assistant to a Parse Server instance, allowing it to interact with a backend-as-a-service environment. The AI can manage data, define schemas, handle security permissions, and execute cloud logic directly through the Model Context Protocol.
Tools
parse_get_object: Retrieve a single object by its ID.parse_query: Execute complex queries with filters, sorting, and pagination.parse_create_object: Create new records in the database.parse_update_object: Modify existing objects.parse_delete_object: Remove objects from the server.parse_get_schemas: List all available class schemas.parse_create_class: Create a new class with a defined schema.parse_create_role: Create security roles for access control.parse_call_cloud_function: Execute custom server-side logic via Cloud Functions.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"parse-server": {
"command": "node",
"args": ["/path/to/mcp-parse-server/index.mjs"],
"env": {
"PARSE_URL": "https://your-parse-server.com/parse",
"PARSE_APP_ID": "your-app-id",
"PARSE_REST_KEY": "your-rest-key",
"PARSE_MASTER_KEY": "your-master-key",
"ALLOW_SELF_SIGNED_CERT": "true"
}
}
}
}
Supported hosts
- Claude Desktop
Quick install
npm installInformation
- Pricing
- free
- Published





