Slite

MCP
Productivity
6 tools

Search and manage documentation in Slite

Installation

Install the typed integration package for your language:

Terminal

$ npm install @leash/integration-slite

Authentication

Set SLITE_API_KEY — Get your API key from Slite Settings → Developers → API.

Usage

import { LeashIntegrations } from '@leash/sdk'
import { createSliteClient } from '@leash/integration-slite'
const leash = new LeashIntegrations()
const client = createSliteClient(leash)
const result = await client.searchNotes()

Available Tools

ToolDescription
ask-sliteAsk a question, get AI answer with sources
create-noteCreate a new note
get-noteGet note by ID
get-note-childrenGet child notes
search-notesSearch notes by query
update-noteUpdate an existing note