About
Gallery of MCP servers and integrations for Unnot
README
Curated public catalog of MCP servers used and verified by the Unnot team.
This repository stores open metadata only and follows the official MCP server.json format with optional Unnot UI extensions.
Goals
- Keep server metadata portable and ecosystem-compatible
- Provide a clean and human-readable gallery for discovery
- Preserve richer card UX in Unnot without breaking canonical compatibility
Data model
Canonical records follow the official MCP schema:
https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json
Unnot-specific UI fields are stored in _meta namespaced keys:
_meta["io.unnot/gallery"]_meta["io.unnot/install"]
Repository structure
registry/
servers/
<server-id-or-slug>.json
<server-id-or-slug>/server.json # optional when side files are needed
assets/
icons/
docs/
public/
Default layout is flat (registry/servers/<id>.json). Use a dedicated folder only when a server needs sidecar files (docs, localized assets, examples, etc.).
Open-data policy
This repository must contain only public information.
Allowed:
- public descriptions and links
- package metadata and transport details
- environment variable names and descriptions (without values)
- public tool summaries for UI
Forbidden:
- secret values (tokens, API keys, passwords)
- private/internal URLs and endpoints
- internal runbooks, infrastructure details, operational instructions
Validation rules
Each server record should pass:
- Official schema validation
- Basic quality checks (required fields, readable description)
- Security checks (no secrets, no internal links)
Run local validation:
npm run validate:registry
Contribution flow
- Add or update one server record in
registry/servers/<id>.json(preferred) orregistry/servers/<id>/server.json(if sidecar files are required) - Keep canonical fields valid and complete
- Put UI-only fields under
_metaUnnot namespace - Run validation checks
- Open a pull request with a concise change summary
Quick start for contributors:
docs/public/new-server-checklist.md
Publish MCP bundle into unnot-web-content (no Unnot repo)
Help markdown and help-index.json stay the source of truth in the Unnot app repo and land in unnot-web-content/dist via the full publish-web-content flow there. If you only change this gallery, refresh the MCP slice without rebuilding help:
Clone
unnot-mcp-galleryandunnot-web-content(andunnot-siteif you work on the UI). You do not need the Unnot application repo for registry-only edits.Ensure
unnot-web-content/dist/already exists and contains a validmanifest.jsonwith ahelpsection (from a prior full publish or fromgit pullonmain).From this repository root —
validate:registrythen publish (one step):npm run publish:web-content-mcp:release -- --target "D:\path\to\unnot-web-content"--targetis the repository root ofunnot-web-content(the folder that containsdist/, notdistitself).Windows: deploy/publish-mcp-to-web-content.bat runs the same pipeline, then
git add dist/git commitwhen there are changes, and Y/N togit push origin main. No args → expectsunnot-web-contentnext to this repo; optional first argument is the full path to theunnot-web-contentroot.
The script updates only:
dist/data/mcp-registry.jsondist/icons/*.svg(rebuilt from icon keys referenced in the registry)manifest.json—sections.mcpRegistry,sections.mcpIcons, andgeneratedAt(help section is left unchanged)
Then commit/push unnot-web-content as your team prefers.
Consumption via npm
After publishing, install:
npm install @unnot-lab/mcp-gallery
Published contents: registry/, assets/icons/, LICENSE, README.md, and scripts/validate-registry.mjs for local checks.
Paths inside the package mirror this repository layout (e.g. registry/index.json, registry/servers/*.json).
Publishing to npm
Prerequisites: npm account / org unnot-lab, repo public on GitHub.
- Clone/pull this repo and run
npm run validate:registry. - Bump
versioninpackage.json(semver). npm login(once per machine).- From repo root:
npm publish
prepublishOnly runs validation automatically before publish.
License
MIT — see LICENSE.
Installing Unnot Mcp Gallery
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/unnot-lab/unnot-mcp-galleryFAQ
Is Unnot Mcp Gallery MCP free?
Yes, Unnot Mcp Gallery MCP is free — one-click install via Unyly at no cost.
Does Unnot Mcp Gallery need an API key?
No, Unnot Mcp Gallery runs without API keys or environment variables.
Is Unnot Mcp Gallery hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Unnot Mcp Gallery in Claude Desktop, Claude Code or Cursor?
Open Unnot Mcp Gallery on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare Unnot Mcp Gallery with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
