MCP Server for Laterless — access your bookmarks knowledge base from AI tools
Project description
Laterless MCP Server
Access your Laterless bookmarks knowledge base from AI tools like OpenClaw, Claude Desktop, and Cursor.
Features
| Tool | Description |
|---|---|
search_bookmarks |
Semantic search — find bookmarks by meaning |
list_bookmarks |
Browse recent bookmarks |
get_bookmark |
Read full bookmark content |
add_bookmark |
Save a URL as a bookmark |
add_brain_dump |
Record a thought or idea |
get_profile |
View your profile and stats |
Setup
1. Get an API Key
Go to your Laterless profile → API Keys → Generate a new key.
2. Install
# Option A: Run directly with uvx (no install needed)
uvx mcp-server-laterless
# Option B: Install with pip
pip install mcp-server-laterless
3. Configure Your AI Tool
OpenClaw
Add to ~/.config/openclaw/openclaw.json:
{
"mcpServers": {
"laterless": {
"command": "uvx",
"args": ["mcp-server-laterless"],
"env": {
"LATERLESS_API_KEY": "ltls_your_key_here"
}
}
}
}
Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"laterless": {
"command": "uvx",
"args": ["mcp-server-laterless"],
"env": {
"LATERLESS_API_KEY": "ltls_your_key_here"
}
}
}
}
Cursor
Add to .cursor/mcp.json:
{
"mcpServers": {
"laterless": {
"command": "uvx",
"args": ["mcp-server-laterless"],
"env": {
"LATERLESS_API_KEY": "ltls_your_key_here"
}
}
}
}
Environment Variables
| Variable | Required | Default | Description |
|---|---|---|---|
LATERLESS_API_KEY |
Yes | — | Your API key (ltls_...) |
LATERLESS_API_URL |
No | https://gate.laterless.com |
API base URL (for self-hosting) |
Development
cd integrations/mcp-server
# Install dependencies
uv sync
# Run locally
LATERLESS_API_KEY=ltls_xxx uv run mcp-server-laterless
# Test with MCP Inspector
npx @modelcontextprotocol/inspector uv run mcp-server-laterless
License
MIT
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mcp_server_laterless-0.1.0.tar.gz.
File metadata
- Download URL: mcp_server_laterless-0.1.0.tar.gz
- Upload date:
- Size: 49.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.8 {"installer":{"name":"uv","version":"0.10.8","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4d099a2b94081eb6b241acf3423d0d8da42aca70dbce4daff79a771d36073814
|
|
| MD5 |
4ec5a2c38df35420c4264493ee642715
|
|
| BLAKE2b-256 |
b778436261588d866702e5be31c7a58e8fdf486d2171422b47053a048b3911cb
|
File details
Details for the file mcp_server_laterless-0.1.0-py3-none-any.whl.
File metadata
- Download URL: mcp_server_laterless-0.1.0-py3-none-any.whl
- Upload date:
- Size: 7.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.8 {"installer":{"name":"uv","version":"0.10.8","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
148d0e7126856c9517f980ab862fe4e024a36a3683402aa940782037b07a06f9
|
|
| MD5 |
8ff8983c6867215fe8e7b2edc350e8ed
|
|
| BLAKE2b-256 |
ed59bc7a003603ba4acb924550fe34d8f6d577241684895c71bb0fd64f5a25c1
|