stickyrice-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., "@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: MCP Local File Saver
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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceMCP server for AI agents to read, write, and organize notes in a local-first, human-in-the-loop note-taking app.11MIT
- Flicense-qualityDmaintenanceA Python-based MCP server for Claude Desktop that enables you to save, append, read, and list local text notes, including appending Claude's responses.
- Alicense-qualityDmaintenanceBidirectional MCP server that connects Claude with an Obsidian vault, enabling note management, full-text search, graph traversal, and daily notes operations.3,697MIT
- 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
Related MCP Connectors
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
Serve a folder of Markdown notes as an MCP server: hybrid search, reading, and sourced answers.
Search, read, and write your Apple Notes from ChatGPT/Claude via a local Mac agent + MCP relay.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/azamuddin/stickyrice-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server