AR LABS Admin MCP Server
Integrates with Firebase Realtime Database to manage blog posts and comments, including creating, listing, retrieving, updating, and deleting posts, as well as moderating comments and retrieving site statistics.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@AR LABS Admin MCP ServerCreate a new AI prompt post about viral TikTok hooks"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
🚀 AR LABS Admin MCP Server
A full-access Model Context Protocol (MCP) server for managing AR LABS (Viral AI Prompts & Guides) via AI assistants like Claude Desktop, Cursor, Antigravity IDE, Cline, and Roo Code.
✨ Features & Tools
With this MCP Server, your AI assistant can:
create_post:Create and publish new AI prompt articles directly to the website.
Accepts title, description, prompt text, and thumbnail (as a URL or Base64).
Auto-uploads Base64 images to ImgBB.
Automatically sends a OneSignal push notification to all subscribers!
list_posts:List all published posts with search filtering and limits.
get_post:Get full details of a specific post including complete prompt text and meta.
update_post:Edit any post's title, description, prompt text, or thumbnail.
delete_post:Delete a post from Firebase Realtime Database.
upload_image:Direct image upload to ImgBB CDN (returns high-speed public CDN URL).
send_push_notification:Send custom broadcast web push notifications to all website subscribers.
list_comments:View user comments across posts.
delete_comment:Moderate and remove spam comments.
get_site_stats:Get quick stats: total posts count, total comments, database status, latest post.
Related MCP server: MCP WordPress Server
⚡ Instant Run via NPX
You can run this server anywhere directly from GitHub:
npx -y github:abdulrehmanfatehali1-ui/ar-labs-mcp-server⚙️ Configuration Guides
1. 🤖 Claude Desktop Configuration
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"ar-labs": {
"command": "npx",
"args": [
"-y",
"github:abdulrehmanfatehali1-ui/ar-labs-mcp-server"
]
}
}
}2. ⚡ Cursor / Antigravity IDE Configuration
In your IDE MCP configuration:
{
"mcpServers": {
"ar-labs": {
"command": "npx",
"args": [
"-y",
"github:abdulrehmanfatehali1-ui/ar-labs-mcp-server"
]
}
}
}3. 🛠️ Cline / Roo Code / VS Code Extension
Add under MCP Servers settings:
Server Name:
ar-labsCommand:
npxArguments:
["-y", "github:abdulrehmanfatehali1-ui/ar-labs-mcp-server"]
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceMCP server for WordPress content management that provides a secure interface for AI assistants to interact with WordPress sites, enabling content creation, editing, and media management without destructive operations.MIT
- Alicense-qualityDmaintenanceComprehensive MCP server to manage WordPress sites via natural language, enabling content creation, SEO, and multi-site administration through AI tools like Claude Desktop.888MIT
- Flicense-qualityCmaintenanceComprehensive Discord server management through MCP, enabling channel, role, permission, message, moderation, and automation tasks via natural language.4
- AlicenseAqualityBmaintenanceMCP server to manage social media accounts from AI assistants, enabling post creation, scheduling, publishing, and media uploads across multiple platforms.13231MIT
Related MCP Connectors
WordPress MCP server: publish posts, AI images, SEO and full site management, self-hosted
WordPress MCP server: generate SEO posts, AI images, autoblog & WooCommerce on your self-hosted site
MCP server for Midjourney AI image generation and editing
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/abdulrehmanfatehali1-ui/ar-labs-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server