Hellō Admin MCP Server
Enables AI assistants to create and manage Hellō applications with full developer context, supporting app creation, updates, secret generation, and logo management through a single unified tool.
README
@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):
{
"hello-admin-stdio": {
"command": "npx",
"args": ["-y", "@hellocoop/admin-mcp@latest"],
"type": "stdio"
}
}
HTTP Transport (Remote):
{
"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
- Actions:
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 tohello.coop)HELLO_ADMIN: Override the admin server URL (defaults tohttps://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:
# 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):
{
"hello-admin-local": {
"command": "node",
"args": ["path/to/HelloCoop/admin-mcp/src/stdio.js"],
"type": "stdio"
}
}
Testing
Run the comprehensive test suite:
# Run all automated tests
npm test
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。