parse-server-mcp

lstarkgv/parse-server-mcp
★ 2 stars JavaScript 📦 Other Updated 29d ago
mcp server for parse server BaaS
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "parse-server-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "lstarkgv/parse-server-mcp"
      ]
    }
  }
}