Slite MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Slite MCP Serversearch notes about Q3 roadmap"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@takeokunn/slite-mcp
A Model Context Protocol (MCP) server for Slite, enabling AI assistants to interact with your Slite knowledge base.
Features
Note Management - Create, read, update, delete, archive, and verify notes
Search - Full-text search across all Slite notes with advanced filtering
Ask AI - Query notes using natural language with Slite's AI
User Management - Look up users by ID or search by name/email
Group Management - Look up groups by ID or search by name
Tile Management - Update or create structured tiles within notes
Secure Bearer Token Authentication - API token-based access control
TypeScript Implementation - Full type safety throughout
Related MCP server: MCP Server for Slack
Installation
npm install -g @takeokunn/slite-mcpOr run directly with npx:
npx @takeokunn/slite-mcpConfiguration
Set the following environment variable:
Variable | Description | Example |
| Slite API token |
|
Getting an API Token
Log in to Slite
Go to Settings → Integrations → API
Generate a new API token
Copy the generated token
Usage
Claude Desktop Integration
Add to your Claude Desktop configuration (~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"slite": {
"command": "npx",
"args": ["@takeokunn/slite-mcp"],
"env": {
"SLITE_API_TOKEN": "your_slite_api_token"
}
}
}
}Or if installed globally:
{
"mcpServers": {
"slite": {
"command": "slite-mcp",
"env": {
"SLITE_API_TOKEN": "your_slite_api_token"
}
}
}
}Available Tools
This MCP server provides 21 tools organized into 7 categories:
Ask Tools (4)
Tool | Description |
| Ask a natural language question about your Slite notes |
| Index custom content for AskX (deprecated) |
| Delete indexed custom content (deprecated) |
| List indexed custom content (deprecated) |
Me Tools (1)
Tool | Description |
| Get the currently authenticated user information |
Note Tools (10)
Tool | Description |
| Create a new note from markdown or HTML content |
| List notes with optional filtering by owner or parent |
| Get a single note by ID with content |
| Delete a note and all its children (irreversible) |
| Update a note's title or content |
| Get child notes of a parent note |
| Mark a note as verified with optional expiration |
| Flag a note as outdated with a reason |
| Archive or unarchive a note |
| Change the owner of a note to a user or group |
Tile Tools (1)
Tool | Description |
| Update or create a tile in a Slite note |
Search Tools (1)
Tool | Description |
| Search notes by query with filters for review state, date, and more |
User Tools (2)
Tool | Description |
| Get a single user by ID |
| Search users by email, name, or username |
Group Tools (2)
Tool | Description |
| Get a single group by ID |
| Search groups by name |
Requirements
Node.js 22+
Slite account with API access
License
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityFmaintenanceA Model Context Protocol server that enables AI assistants to read, write, and manipulate notes in your Obsidian vault through a standardized interface.253,6974ISC
- AlicenseBqualityCmaintenanceA Model Context Protocol server implementation that enables AI assistants to interact with Slack workspaces, allowing them to browse channels, send messages, reply to threads, add reactions, and retrieve user information.962Apache 2.0
- AlicenseAqualityDmaintenanceA server implementing Model Context Protocol that enables AI assistants to interact with Slack API through a standardized interface, providing tools for messaging, channel management, user information retrieval, and more.11110Apache 2.0
- -license-quality-maintenanceA Model Context Protocol server that enables AI assistants to interact with Notion's API for reading, creating, and modifying Notion content through natural language interactions.
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
A Model Context Protocol server for Wix AI tools
MCP (Model Context Protocol) server for Appwrite
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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