MCP & AI assistants
MCP and AI assistants overview
Connect Gryz to Claude, ChatGPT, or Cursor via the Model Context Protocol to publish and manage documents from chat.
Updated · Reviewed by Jacob
Answer first
The Gryz MCP server gives AI assistants ten tools for working with your account: five document tools to publish, list, get, update, and delete, plus five Notes tools to list, create, update, append, and delete private notes. MCP access is free with any signed-in account — no Pro subscription required.
Primary URL
Always use the www host — apex redirects can drop OAuth headers:
https://www.gryz.ai/api/mcp/Document tools
| Tool | Purpose |
|---|---|
publish_document | Create a new document |
get_document | Fetch by slug |
list_documents | List your documents |
update_document | Replace content or metadata |
delete_document | Remove a document |
Notes tools
| Tool | Purpose |
|---|---|
list_notes | Find and review saved notes |
create_note | Save a new private note |
update_note | Replace a note's title or content |
append_note | Add content without replacing a note |
delete_note | Move a note to the dashboard trash |
Authentication
- OAuth (recommended) — browser sign-in on first use; no API key in config files
- API key — Bearer token from /account/api-keys/
Continue to MCP setup for connection instructions, or open the MCP tools reference for exact inputs, behavior, and limits.