Aigist MCP
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Aigist MCPPublish this Markdown snippet as a shareable page."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Aigist MCP
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 an HTML/Markdown page and get a shareable URL |
| List your published pages |
| Retrieve the source of one of your pages |
| Update one of your pages in place (same URL) |
| Delete one of your pages |
Related MCP server: data-olympus MCP server
Install
Claude Code (CLI)
claude mcp add --transport http aigist https://ai-gist.com/mcpClaude Desktop — Custom Connector (Pro / Max / Team / Enterprise)
Settings → Connectors → Add 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-remoteand 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.shMCP 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.
This server cannot be deployed
Maintenance
Related MCP Connectors
Publish and share access-controlled Markdown documents from any MCP-enabled AI tool.
Publish HTML, Markdown, and multi-file sites as shareable URLs instantly via MCP.
Publish HTML, files, or a URL to a permanent public URL, then update it — from any MCP agent.
Create, edit, preview, publish, and manage web pages from MCP-capable AI clients.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenancePublishes HTML pages straight from your AI assistant to a shareable URL, then lets you manage them - update, list, search, fetch, and delete pages in a public or private workspace. Turns "share what I just made" into a single tool call from Claude, Cursor, or any MCP client.MIT
- AlicenseAqualityAmaintenanceProvides a single-writer MCP server for a governance-grade knowledge base of markdown documents with version control and query capabilities.925Apache 2.0
- AlicenseAqualityBmaintenanceMCP server for publishing HTML or Markdown to a live hosted URL via htmldrop. Provides tools to publish, list, and delete hosted sites, with remote OAuth and API token authentication.398 npmMIT
- AlicenseAqualityBmaintenanceEnables publishing sanitized static HTML pages from an MCP agent and receiving shareable URLs, with tools for updating, listing, publishing, and deleting pages.125 npmMIT