Back to features
Model Context Protocol

Let AI work in your workspace

The MarkNest MCP server gives AI assistants 26 tools to read and write your documents, folders, tags, and files, with your API key in control.

mcp.json
{
  "mcpServers": {
    "marknest": {
      "command": "node",
      "args": ["marknest-mcp/src/server.js"],
      "env": { "MARKNEST_API_KEY": "mk_your_api_key" }
    }
  }
}

Connect

Add the MarkNest server to your MCP client with an API key. Authentication uses a bearer token.

Ask

Tell your assistant to save a recap or create a note. It picks the right tool and fills the fields.

Organized

Content lands in MarkNest with titles, folders, and tags, ready to open and edit.

26 tools, full CRUD

Everything your assistant needs to manage content, grouped by resource.

Documents

  • marknest_list_documents
  • marknest_get_document
  • marknest_create_document
  • marknest_save_summary
  • marknest_update_document
  • marknest_delete_document

Versions

  • marknest_list_document_versions
  • marknest_get_document_version

Folders

  • marknest_list_folders
  • marknest_get_folder
  • marknest_create_folder
  • marknest_update_folder
  • marknest_delete_folder
  • marknest_list_folder_documents

Tags

  • marknest_list_tags
  • marknest_create_tag
  • marknest_update_tag
  • marknest_delete_tag
  • marknest_list_tag_documents

Files

  • marknest_list_files
  • marknest_get_file
  • marknest_upload_file
  • marknest_update_file
  • marknest_delete_file

Bring your assistant to MarkNest

MCP access and API keys are available on Pro and Max plans.

Start writing free