stickyrice-mcp

stickyrice-mcp

MCP server for Sticky Rice - interact with your notes from Claude.

Category
Visit Server

README

stickyrice-mcp

MCP (Model Context Protocol) server for Sticky Rice - interact with your notes from Claude.

Quick Start

1. Authenticate

npx stickyrice-mcp auth

This 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.

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 help

Available Tools

Workspaces

Tool Description
list_workspaces List all your workspaces
create_workspace Create a new workspace
update_workspace Update workspace name or order
delete_workspace Delete a workspace (moves boards to Personal)

Boards

Tool Description
list_boards List all your boards
get_board Get a board with all columns, notes, and items
create_board Create a new board
update_board Update board title, order, or move to workspace
delete_board Delete a board and all its contents
search_notes Search notes by keyword across all boards

Columns

Tool Description
create_column Create a new column in a board
update_column Update column title, order, or move to another board
delete_column Delete a column and all its notes

Notes

Tool Description
create_note Create a new note in a column
update_note Update note title, color, or move to another column
delete_note Delete a note and all its items
get_note Get a single note with all details

Note Items

Tool Description
add_note_item Add a bullet journal item to a note
update_note_item Update item content or type (todo, doing, done, etc.)
delete_note_item Remove an item from a note

Tags

Tool Description
list_tags List all your tags
create_tag Create a new tag
tag_note Apply a tag to a note
untag_note Remove a tag from a note

Available Resources

Resource Description
stickyrice://boards All boards
stickyrice://board/{id} Full board with notes
stickyrice://note/{id} Single note details
stickyrice://tags All tags
stickyrice://todos 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

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured