Loading MCP server directory, please wait...
The notebook your AI writes to. Save, append, search and read notes in your Notiero notebook.
npx @getmcp/cli add com.notiero/notieroRequires Node.js 18+. Community-contributed server. Review source before installing.
NOTIERO_API_KEYYour Notiero key (nti_...). Create one in Notiero > Settings > For your AI.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"com.notiero/notiero": {
"command": "npx",
"args": [
"-y",
"notiero-mcp"
],
"env": {
"NOTIERO_API_KEY": "",
"NOTIERO_API_URL": ""
}
}
}
}