Admin MCP

Model Context Protocol (MCP) server for creating and managing Hellō applications. It runs locally over stdio via the published package.

People connecting API integration tools to Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-02-13 · ★ 4 · #163 OF 250 MAINTAINED API INTEGRATION · VERIFIED 2026-08-25

MIT · JavaScript servers · how we verify → /methodology

01 · Install Admin MCP

Claude Code

claude mcp add hellocoop-admin-mcp -- npx -y @hellocoop/admin-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "hellocoop-admin-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@hellocoop/admin-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @hellocoop/admin-mcp - published under the repo owner's npm scope (@hellocoop)

registry namespace io.github.hellocoop is GitHub-verified and matches the repo owner

03 · What Admin MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

An agent gets 1 documented tool, including hello_manage_app.

The 1 tools it gives your agent

Extracted from the project's README - what admin-mcp lets an agent do.

hello_manage_app
- The main tool for all application management

04 · Who maintains Admin MCP

admin-mcp is maintained by hellocoop. It's the only MCP server we track from this author; the repo dates to Jul 2025.

05 · Facts

category
API integration - ranked #163 of 250 actively-maintained API integration servers as of 2026-08-25.
registry
io.github.hellocoop/admin-mcp (active, first published 2025-09-12)
packages
npm:@hellocoop/admin-mcp

06 · Admin MCP FAQ

What is Admin MCP?

Model Context Protocol (MCP) server for creating and managing Hellō applications. It runs locally over stdio via the published package.

Is Admin MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-02-13. We re-verify nightly.

How do I install Admin MCP?

Run `npx -y @hellocoop/admin-mcp`. You can also paste the ready-made client config above.

Does Admin MCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Admin MCP