Back to features
Model Context Protocol

Let AI work in your workspace

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.

mcp.json
{
  "mcpServers": {
    "marknest": {
      "command": "npx",
      "args": ["-y", "marknest-mcp-server"],
      "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.

Up and running in three steps

No build step or local checkout — npx fetches and runs the published marknest-mcp-server. Requires Node.js 22+.

  1. 1

    Create an API key

    In MarkNest, open Settings → API Keys and generate a key with the abilities your assistant needs: documents, folders, tags, and files.

  2. 2

    Add the server to your client

    Paste the snippet into your MCP client config and replace the placeholder with your key. npx pulls the latest server automatically.

  3. 3

    Restart and ask

    Restart your MCP client so it loads the server, then ask your assistant to read or save a note.

mcp.json
{
  "mcpServers": {
    "marknest": {
      "command": "npx",
      "args": ["-y", "marknest-mcp-server"],
      "env": { "MARKNEST_API_KEY": "mk_your_api_key" }
    }
  }
}

28 tools, full CRUD

Everything your assistant needs to manage content and search your archive, 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

RAG / Semantic

  • marknest_search_chunks
  • marknest_get_chunk

Bring your assistant to MarkNest

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

Start writing free