Documents
- marknest_list_documents
- marknest_get_document
- marknest_create_document
- marknest_save_summary
- marknest_update_document
- marknest_delete_document
The MarkNest MCP server gives AI assistants 28 tools to read and write your documents, folders, tags, and files, and to search your archive semantically, with your API key in control.
{
"mcpServers": {
"marknest": {
"command": "npx",
"args": ["-y", "marknest-mcp-server"],
"env": { "MARKNEST_API_KEY": "mk_your_api_key" }
}
}
} Add the MarkNest server to your MCP client with an API key. Authentication uses a bearer token.
Tell your assistant to save a recap or create a note. It picks the right tool and fills the fields.
Content lands in MarkNest with titles, folders, and tags, ready to open and edit.
No build step or local checkout — npx fetches and runs the published marknest-mcp-server. Requires Node.js 22+.
In MarkNest, open Settings → API Keys and generate a key with the abilities your assistant needs: documents, folders, tags, and files.
Paste the snippet into your MCP client config and replace the placeholder with your key. npx pulls the latest server automatically.
Restart your MCP client so it loads the server, then ask your assistant to read or save a note.
{
"mcpServers": {
"marknest": {
"command": "npx",
"args": ["-y", "marknest-mcp-server"],
"env": { "MARKNEST_API_KEY": "mk_your_api_key" }
}
}
} Everything your assistant needs to manage content and search your archive, grouped by resource.
MCP access and API keys are available on Pro and Max plans.
Start writing free