Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Follow AllMCPs on X (opens in a new tab)AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI โ†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE โ†— (opens in a new tab)
  • llms.txt โ†— (opens in a new tab)
  • Catalog JSON โ†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • X (@AllMCPs) โ†— (opens in a new tab)
  • GitHub โ†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
ยฉ 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ๐Ÿ’ป Developer Tools
  3. Admin MCP
A
Health: Not checked yetWe have not completed a health check for this listing yet.No health check has run yet.

Admin MCP

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe havenโ€™t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time โ€” check back soon.
View Repository

Model Context Protocol (MCP) for Hellล Admin API.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON โ–พ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "admin-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "admin-mcp"
      ]
    }
  }
}

๐Ÿ’ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives๐Ÿ’ป More in Developer Tools

Documentation Overview

@hellocoop/admin-mcp (BETA)

Model Context Protocol (MCP) server for creating and managing Hellล applications.

๐Ÿšง BETA Status: This MCP server is currently in beta. We're actively seeking feedback and welcome contributions! Please report issues, suggest improvements, or submit pull requests to help us improve the developer experience.

Quick Install

๐Ÿ“– Full Documentation & Installation Guide

Quick Configuration

Copy one of these configurations into your MCP client settings:

NPM Package (Latest):

config.json
{
  "hello-admin-stdio": {
    "command": "npx",
            "args": ["-y", "@hellocoop/admin-mcp@latest"],
    "type": "stdio"
  }
}

HTTP Transport (Remote):

config.json
{
  "hello-admin-http": {
          "url": "https://admin-mcp.hello.coop/",
    "type": "http"
  }
}

๐Ÿ“– See Local Development Setup for running from source

Usage

This MCP server provides a single powerful tool (hello_manage_app) that lets you create and manage your Hellล applications directly from your AI assistant. Unlike traditional APIs, every operation automatically includes your complete developer context - profile, teams, and applications - making it perfect for AI assistants.

๐Ÿ“– For detailed usage instructions, examples, and troubleshooting, visit: hello.dev/docs/admin-mcp

Features

  • ๐Ÿข Context-Aware Operations: Every tool call automatically includes your current developer profile, teams, and applications for seamless context
  • ๐Ÿ“ฑ Unified Application Management: Single powerful tool for all app operations (create, read, update, secrets, logos)
  • ๐Ÿ” Secure OAuth Integration: Browser-based authentication with JWT token validation
  • ๐ŸŒ Multi-Transport Support: Works with both stdio (local) and HTTP (remote) MCP transports
  • ๐Ÿ“Š Built-in Analytics: Usage tracking and performance monitoring for optimization
  • ๐ŸŽจ Logo Management: Upload logos with automatic light/dark theme support
  • โš™๏ธ Environment Flexibility: Configurable domains and admin servers

Available Tools

๐ŸŽฏ Core Tool:

  • hello_manage_app - The main tool for all application management
    • Actions: create, read, update, create_secret, update_logo_from_data, update_logo_from_url
    • Always includes: Your current profile, teams, and applications in every response
    • Auto-context: Automatically uses your default team if none specified
    • Smart defaults: Generates app names from your profile if not provided

Key Benefits

๐Ÿ”„ Always In Context: Unlike traditional APIs, every tool response includes your complete developer context:

  • Your user profile (name, email, picture)
  • All your teams/organizations with roles
  • All your applications with team associations
  • Current team and application state

This means you never lose context between operations - perfect for AI assistants that need to understand your complete development environment.

Tool Actions & Response Structure

hello_manage_app Actions:

๐Ÿ“ create - Create new applications

  • Auto-generates team if none exists
  • Creates smart default names from your profile
  • Returns: { profile, application, action_result }

๐Ÿ‘๏ธ read - Read application details

  • Without client_id: Returns your complete profile context
  • With client_id: Returns profile + specific application
  • Returns: { profile, application?, action_result }

โœ๏ธ update - Update application settings

  • Modify any application property
  • Returns: { profile, application, action_result }

๐Ÿ”‘ create_secret - Generate client secrets

  • Creates secure OAuth client secrets
  • Returns: { profile, application, client_secret, action_result }

๐ŸŽจ update_logo_from_data - Upload logo from base64 data

  • Supports light/dark themes
  • Auto-updates application with logo URL
  • Returns: { profile, application, update_result, action_result }

๐Ÿ”— update_logo_from_url - Upload logo from URL

  • Fetches and uploads from provided URL
  • Supports light/dark themes
  • Returns: { profile, application, update_result, action_result }

Every response includes your complete profile context, making it perfect for AI assistants that need to maintain awareness of your development environment.

Available Resources

  • Hellล Documentation - Complete integration documentation
  • Hellล Quickstarts - Framework-specific setup guides
  • Hellล Buttons - Login button implementation guide
  • Hellล Scopes - Available scopes and claims reference
  • Hellล Wallet API - Wallet API reference documentation
  • Hellล Logo Design Guidance - Comprehensive guide for creating theme-appropriate logos

Environment Variables

  • HELLO_DOMAIN: Override the default domain (defaults to hello.coop)
  • HELLO_ADMIN: Override the admin server URL (defaults to https://admin.hello.coop)

Contributing & Development

We want your feedback! This MCP server is in beta and we're actively improving it based on real-world usage.

How to Contribute

  • ๐Ÿ› Report Issues: GitHub Issues - Found a bug or have a feature request?
  • ๐Ÿ”ง Submit Pull Requests: GitHub PRs - Help us improve the server
  • ๐Ÿ’ฌ Join the Discussion: Discord - Share feedback and get help

Local Development

For local development and testing:

sh
# Clone the repository
git clone https://github.com/hellocoop/admin-mcp
cd admin-mcp

# Install dependencies
npm install

The configure your AI client to run the local version

Local Development (Node.js):

config.json
{
  "hello-admin-local": {
    "command": "node",
            "args": ["path/to/HelloCoop/admin-mcp/src/stdio.js"],
    "type": "stdio"
  }
}

Testing

Run the comprehensive test suite:

sh
# Run all automated tests
npm test

Read the full README โ†’View source on GitHub โ†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • PraisonAI logoPraisonAI

    AI Agents Framework with Self Reflection and MCP support

    ๐Ÿ’ป Developer Tools1 views
    Compare vs PraisonAI โ†’
  • Google Analytics 4 logoGoogle Analytics 4

    Google Analytics 4: 27 read-only tools across the Data API and the Admin API.

    ๐Ÿ’ป Developer Tools0 views
    Compare vs Google Analytics 4 โ†’
  • Labelhead Artist Momentum logoLabelhead Artist Momentum

    Trending hip-hop artist momentum scores across four cultural dimensions.

    ๐Ÿ’ป Developer Tools0 views
    Compare vs Labelhead Artist Momentum โ†’
  • Opendock logoOpendock

    MCP server for the Opendock dock scheduling and warehouse management API.

    ๐Ÿ’ป Developer Tools1 views
    Compare vs Opendock โ†’

Reviews

No reviews yet โ€” be the first to share how this listing worked for you.

Frequently Asked Questions about Admin MCP

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "admin-mcp": { "command": "npx", "args": ["-y", "admin-mcp"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewAdmin MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/admin-mcp?style=directory)](https://allmcps.com/mcp/admin-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/admin-mcp"><img src="https://allmcps.com/api/badge/admin-mcp?style=directory" alt="Admin MCP on AllMCPs" /></a>

Technical Specs & Signals

Category๐Ÿ’ปDeveloper Tools
More technical detailsExpand โ–พ
TransportSTDIO
RuntimeNode.js
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
25Quality signal: Emerging ยท 25/100How this signal is calculated โ–พ
Server availabilityNot measured

Not scored for repo-hosted servers โ€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools10/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data โ€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

โ˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server โ†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge and attach your website โ€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it โ€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ๐Ÿ’ป Developer Tools โ†’Best MCP servers for Developers โ†’Alternatives to Admin MCP โ†’Install in Claude DesktopInstall in CursorInstall in VS Code