notlai-mcp
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., "@notlai-mcplist my recent notes"
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.
Notlai MCP
Access your Notlai notes directly from Claude Desktop using the Model Context Protocol.
Quick Start
1. Create an account
Go to www.notlai.com and sign up with your email address. You'll receive a verification code by email — enter it on the site to activate your account.
2. Add to Claude Desktop
Open your Claude Desktop configuration file:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.json
Add the following:
{
"mcpServers": {
"notlai": {
"command": "npx",
"args": ["-y", "notlai-mcp"]
}
}
}Restart Claude Desktop.
3. Log in
In Claude Desktop, simply ask:
"Log me in to Notlai via web"
Claude will start the web login flow and give you a link. Open it in your browser, enter your email and password, and you're connected. Your session is stored locally and refreshed automatically.
Alternative: You can also log in directly in the chat:
"Log me in to Notlai with my email user@example.com"
Available Tools
Once connected, Claude has access to:
Tool | Description |
| Start web-based login (recommended) |
| Log in with email/password directly |
| Create a new account |
| Check authentication status |
| Log out and delete local credentials |
How It Works
Your credentials are stored locally at
~/.mcp-notes/credentials.jsonwith restricted permissions (owner read/write only)Tokens are refreshed automatically when they expire
The web login flow uses a temporary local server on
localhost:9876that shuts down after receiving tokensNo data is sent to third parties — authentication goes directly to the Notlai backend
Troubleshooting
"Not authenticated" error
Ask Claude to run mcp_notes_web_login or mcp_notes_login to sign in.
Web login page says "MCP server not reachable"
Make sure Claude Desktop is running and you've asked Claude to start the web login flow before opening the link.
Port 9876 is already in use
Ask Claude: "Log me in via web on port 9877" — you can use any available port.
Requirements
Node.js 20+
Claude Desktop
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- 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/lzientek/notlai-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server