stickyrice-mcp
Click on "Deploy 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., "@stickyrice-mcpCreate a new note in my Ideas column titled 'Brainstorm'"
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.
stickyrice-mcp
MCP (Model Context Protocol) server for Sticky Rice - interact with your notes from Claude.
Quick Start
1. Authenticate
npx stickyrice-mcp authThis opens your browser to authorize the connection. Once approved, your credentials are saved locally.
2. Configure Claude
Add to your Claude config (~/.claude.json or Claude Desktop settings):
{
"mcpServers": {
"stickyrice": {
"command": "npx",
"args": ["-y", "stickyrice-mcp"]
}
}
}3. Restart Claude
You're done! Ask Claude about your notes.
Related MCP server: obsidian-mcp
Commands
npx stickyrice-mcp auth # Authenticate (opens browser)
npx stickyrice-mcp logout # Remove saved credentials
npx stickyrice-mcp status # Check authentication status
npx stickyrice-mcp help # Show helpAvailable Tools
Workspaces
Tool | Description |
| List all your workspaces |
| Create a new workspace |
| Update workspace name or order |
| Delete a workspace (moves boards to Personal) |
Boards
Tool | Description |
| List all your boards |
| Get a board with all columns, notes, and items |
| Create a new board |
| Update board title, order, or move to workspace |
| Delete a board and all its contents |
| Search notes by keyword across all boards |
Columns
Tool | Description |
| Create a new column in a board |
| Update column title, order, or move to another board |
| Delete a column and all its notes |
Notes
Tool | Description |
| Create a new note in a column |
| Update note title, color, or move to another column |
| Delete a note and all its items |
| Get a single note with all details |
Note Items
Tool | Description |
| Add a bullet journal item to a note |
| Update item content or type (todo, doing, done, etc.) |
| Remove an item from a note |
Tags
Tool | Description |
| List all your tags |
| Create a new tag |
| Apply a tag to a note |
| Remove a tag from a note |
Available Resources
Resource | Description |
| All boards |
| Full board with notes |
| Single note details |
| All tags |
| All incomplete todos |
Examples
Ask Claude things like:
Workspaces & Organization:
"Create a new workspace called 'Projects'"
"Show me all my workspaces"
"Create a new board called 'Q1 Goals' in my Projects workspace"
Boards & Columns:
"Show me all my boards"
"Create a column called 'In Progress' in my Work board"
"What's on my Growth Plan board?"
Notes & Items:
"Create a new note in my Ideas column with title 'MCP Integration'"
"Add a todo item 'Review PR' to my Tasks note"
"Mark the first todo in my Tasks note as done"
"Delete the Mobile App note from my Product column"
Search & Tags:
"Search my notes for 'meeting'"
"Tag my Project note with 'urgent'"
Manual Authentication
If you prefer not to use browser auth, you can set environment variables:
{
"mcpServers": {
"stickyrice": {
"command": "npx",
"args": ["-y", "stickyrice-mcp"],
"env": {
"CONVEX_URL": "https://glad-dragon-481.convex.cloud",
"STICKYRICE_API_KEY": "sr_your_api_key"
}
}
}
}Get your API key from Sticky Rice Settings.
Requirements
Node.js 18 or higher
A Sticky Rice account
Claude Desktop or Claude Code
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
- TaprootOAuthcom.taproothq
Persistent memory layer for AI tools. Save and recall notes across Claude and other MCP clients.
Markdown-based note-taking with a hosted MCP server. Your notes serve you and your AI.
Google Keep-style notes app with an MCP server for AI agents to read/write notes.
MCP-native notes and memory for ChatGPT, Claude, and other AI tools.
Related MCP Servers
- FlicenseBqualityDmaintenanceA Python-based MCP server for Claude Desktop that enables you to save, append, read, and list local text notes, including appending Claude's responses.5-
- AlicenseNot gradedqualityDmaintenanceBidirectional MCP server that connects Claude with an Obsidian vault, enabling note management, full-text search, graph traversal, and daily notes operations.2,509 npmMIT
- AlicenseAqualityAmaintenanceMCP server that gives Claude Code and other MCP clients persistent memory using plain Markdown notes stored on your disk and optionally synced to cloud storage (iCloud, OneDrive, Google Drive, Dropbox).361MIT
- FlicenseNot gradedqualityCmaintenanceMCP server for reading and searching Markdown notes in any directory, such as an Obsidian vault. It integrates with MCP clients like Claude Desktop to access note contents.803 npm-