For your AI › Claude Desktop
Setup guide · updated 26 September 2026Let Claude Desktop save notes you can read on your phone later, and search them when you ask what you decided last week.
Sign in at notiero.com, open Settings › For your AI, pick Add and read the AI folder so it can look things up, and press Create a key. Copy it, it is shown once. It is free.
In Claude Desktop, open Settings › Developer › Edit Config. Paste this in, or merge the notiero entry into your existing mcpServers:
{
"mcpServers": {
"notiero": {
"command": "npx",
"args": [
"-y",
"notiero-mcp"
],
"env": {
"NOTIERO_API_KEY": "nti_your_key_here"
}
}
}
}Restart Claude Desktop, then say: "Save this to my Notiero: we use Postgres because we need joins." Later ask: "What did we decide about the database? Check my Notiero."
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Quit Claude Desktop fully and open it again. Notiero shows up in the tools menu of a new chat. The tools are write_note, append_to_note, search_notes, read_note and list_notes.
node -v in a terminal, and install Node from nodejs.org if it is missing.${APPDATA}, add your real AppData path to env, e.g. "APPDATA": "C:\\Users\\you\\AppData\\Roaming".npx -y notiero-mcp --version in a terminal to check Node can start it.The server gives Claude the tools. The skill teaches it good habits: what is worth saving, how to title it, and to search before answering from memory.
Download notiero-skill.zip and upload it in Settings › Capabilities › Skills.
Connect it to Notiero, a free notebook. Add the notiero-mcp server to Claude Desktop with your Notiero key. Claude Desktop can then save notes, add to them, and with a reading key search and read them in later sessions.
No. It can only reach the AI folder in your notebook, and it can only read there if you created a key that may read. Locked notes and notes saved as private are never readable. Nothing can be deleted.
Yes. Notiero and the MCP server are free.
Everything about keys, the AI folder and the API: the full guide.
Config checked against the Claude Desktop docs on 26 September 2026.