Skip to main content
Glama

🚀 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:

  1. 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!

  2. list_posts:

    • List all published posts with search filtering and limits.

  3. get_post:

    • Get full details of a specific post including complete prompt text and meta.

  4. update_post:

    • Edit any post's title, description, prompt text, or thumbnail.

  5. delete_post:

    • Delete a post from Firebase Realtime Database.

  6. upload_image:

    • Direct image upload to ImgBB CDN (returns high-speed public CDN URL).

  7. send_push_notification:

    • Send custom broadcast web push notifications to all website subscribers.

  8. list_comments:

    • View user comments across posts.

  9. delete_comment:

    • Moderate and remove spam comments.

  10. 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-labs

  • Command: npx

  • Arguments: ["-y", "github:abdulrehmanfatehali1-ui/ar-labs-mcp-server"]

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    -
    quality
    D
    maintenance
    MCP 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
  • F
    license
    -
    quality
    C
    maintenance
    Comprehensive Discord server management through MCP, enabling channel, role, permission, message, moderation, and automation tasks via natural language.
    4
  • A
    license
    A
    quality
    B
    maintenance
    MCP server to manage social media accounts from AI assistants, enabling post creation, scheduling, publishing, and media uploads across multiple platforms.
    13
    23
    1
    MIT

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

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