Server data from the Official MCP Registry
Publish & manage shareable HTML/Markdown pages from your LLM, with access control.
Publish & manage shareable HTML/Markdown pages from your LLM, with access control.
Remote endpoints: streamable-http: https://ai-gist.com/mcp
Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.
Endpoint verified · Requires authentication · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Remote Plugin
No local installation needed. Your AI client connects to the remote endpoint directly.
Add this to your MCP configuration to connect:
{
"mcpServers": {
"com-ai-gist-aigist": {
"url": "https://ai-gist.com/mcp"
}
}
}From the project's GitHub 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).
https://ai-gist.com/mcp (Streamable HTTP)| 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 |
claude mcp add --transport http aigist https://ai-gist.com/mcp
Settings → Connectors → Add custom connector → URL: https://ai-gist.com/mcp → Add.
A browser opens to sign in. Done.
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.
Add to your MCP config (~/.cursor/mcp.json or project .cursor/mcp.json):
{
"mcpServers": {
"aigist": { "url": "https://ai-gist.com/mcp" }
}
}
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"] }
}
}
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
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.
MIT — see LICENSE.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.