Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Aigist

FreeNot checked

Publish & manage shareable HTML/Markdown pages from your LLM, with access control.

GitHubEmbed

About

Publish & manage shareable HTML/Markdown pages from your LLM, with access control.

README

Connect your LLM to Aigist — publish and manage shareable HTML/Markdown pages (with access control and Figma-style comments) directly from Claude, Cursor, or any MCP client.

It's a hosted, remote MCP server — you connect by URL, nothing to run or self-host. Sign in with GitHub or Google on first use (OAuth).

  • Server URL: https://ai-gist.com/mcp (Streamable HTTP)
  • Auth: OAuth (GitHub / Google) — handled by your client on first use

Tools

Tool Description
publish Publish an HTML/Markdown page and get a shareable URL
list_pages List your published pages
get_page Retrieve the source of one of your pages
update_page Update one of your pages in place (same URL)
delete_page Delete one of your pages

Install

Claude Code (CLI)

claude mcp add --transport http aigist https://ai-gist.com/mcp

Claude Desktop — Custom Connector (Pro / Max / Team / Enterprise)

Settings → ConnectorsAdd custom connector → URL: https://ai-gist.com/mcp → Add. A browser opens to sign in. Done.

Claude Desktop — double-click bundle (works on any plan, incl. Free)

Custom Connectors are gated to paid plans; the bundle isn't (it's a local extension). Download aigist.mcpb, double-click it, and confirm the install in Claude Desktop (it will note the publisher is unverified — expected for a self-distributed bundle). Sign in on first use.

The bundle wraps mcp-remote and ships its dependencies, so it runs on Claude Desktop's built-in Node — no system Node required.

Cursor

Add to your MCP config (~/.cursor/mcp.json or project .cursor/mcp.json):

{
  "mcpServers": {
    "aigist": { "url": "https://ai-gist.com/mcp" }
  }
}

Any other client (generic bridge)

If your client only speaks stdio MCP, use the mcp-remote bridge:

{
  "mcpServers": {
    "aigist": { "command": "npx", "args": ["-y", "mcp-remote", "https://ai-gist.com/mcp"] }
  }
}

Rebuild the bundle

The committed aigist.mcpb is prebuilt. To rebuild (e.g. after bumping the version or changing the URL in bundle/manifest.json):

bundle/build.sh

MCP Registry

server.json describes this remote server for the MCP Registry. Before publishing: set repository.url to this repo, verify the com.ai-gist namespace (DNS TXT on ai-gist.com), then publish with the mcp-publisher CLI. Validate against the current schema first — the registry format evolves.

License

MIT — see LICENSE.

from github.com/marshallino16/aigist-mcp

Installing Aigist

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/marshallino16/aigist-mcp

FAQ

Is Aigist MCP free?

Yes, Aigist MCP is free — one-click install via Unyly at no cost.

Does Aigist need an API key?

No, Aigist runs without API keys or environment variables.

Is Aigist hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install Aigist in Claude Desktop, Claude Code or Cursor?

Open Aigist 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

Compare Aigist with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs