The notebook your AI writes to. Save, append, search and read notes in your Notiero notebook.
claude mcp add notiero -- npx -y notiero-mcp
claude_desktop_config.json
{
"mcpServers": {
"notiero": {
"command": "npx",
"args": [
"-y",
"notiero-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"notiero": {
"command": "npx",
"args": [
"-y",
"notiero-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"notiero": {
"command": "npx",
"args": [
"-y",
"notiero-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"notiero": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"notiero-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"notiero": {
"command": "npx",
"args": [
"-y",
"notiero-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/com.notiero--notiero/reviews or the review_server meta-tool.
POST /mcp