Use Claude to interact with your Sticky Rice notes directly from your terminal
The Model Context Protocol (MCP) allows Claude to connect to external tools and data sources. With the Sticky Rice MCP server, you can ask Claude to manage your boards, notes, and tasks right from Claude Code or Claude Desktop.
Run the auth command in your terminal. This will open your browser to authorize the connection.
Add this to your Claude config file:
Claude Desktop: ~/Library/Application Support/Claude/claude_desktop_config.json
Claude Code: ~/.claude.json
{
"mcpServers": {
"stickyrice": {
"command": "npx",
"args": ["-y", "stickyrice-mcp"]
}
}
}You're all set! Restart Claude and start asking about your notes.
"Show me all my boards"
"Create a new board called 'Q1 Goals'"
"Add a todo item 'Review PR' to my Tasks note"
"Search my notes for 'meeting'"
"What's on my Growth Plan board?"
Check authentication status
Remove saved credentials
Show all available commands