Slite MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SLITE_API_TOKEN | Yes | Slite API token |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| ask_questionC | Ask a question to your notes in natural language using Slite AI |
| index_custom_contentC | Index custom content to AskX in Slite (deprecated) |
| delete_custom_contentC | Delete indexed custom content from AskX in Slite (deprecated) |
| list_custom_contentC | List indexed custom content IDs from AskX in Slite (deprecated) |
| get_meB | Get authenticated user information from Slite |
| create_noteC | Create a note from markdown content in Slite |
| list_notesC | List notes with optional filtering in Slite |
| get_noteC | Get a note by ID from Slite |
| delete_noteC | Delete a note and its children from Slite |
| update_noteB | Update the content or title of a note in Slite |
| get_note_childrenC | Get the children of a note in Slite |
| verify_noteC | Set a verified status on a note in Slite |
| flag_note_as_outdatedB | Flag a note as outdated in Slite |
| archive_noteB | Archive or unarchive a note in Slite |
| update_note_ownerC | Change the owner of a note in Slite |
| update_tileC | Update or create a tile in a Slite note |
| search_notesC | Search notes based on a query in Slite |
| get_userC | Get a single user by ID from Slite |
| search_usersB | Search users by email, name, or username in Slite |
| get_groupB | Get a single group by ID from Slite |
| search_groupsC | Search groups by name in Slite |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/takeokunn/slite-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server