R
Remnote
Read RemNote documents and cards.
·No reviews yet
Share:
About
Auto-generated
Remnote is a Model Context Protocol server in the Productivity category. It lets AI assistants that speak MCP call its tools and read its resources over STDIO.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
create_task
Create a new task
list_tasks
List tasks with filters
update_task
Update fields of an existing task
Screenshots
No screenshots yet.
Frequently Asked Questions
Common questions about Remnote.
- What is the RemNote MCP?
- The RemNote MCP allows clients to read documents and flashcards from RemNote. It integrates RemNote's knowledge base and spaced repetition features into applications that support the Model Context Protocol.
- How do I install the RemNote MCP in a client like Cursor?
- Installation typically involves adding the RemNote MCP repository URL to your client's settings. You find the correct URL in your client's MCP configuration interface. Specific steps may vary by client application.
- Does the RemNote MCP require an API key?
- Yes, The RemNote MCP uses an API key for authentication. You will need to obtain this key from your RemNote account settings and configure it within your MCP client to access RemNote data.
- What capabilities does the RemNote MCP provide?
- The RemNote MCP primarily enables reading RemNote documents and flashcards. This allows integrated applications to leverage your existing RemNote content and spaced repetition data.
- What are the costs associated with using the RemNote MCP?
- The RemNote MCP itself is provided by the community and is open source. Any costs would be associated with your RemNote account or the client application you use to access the MCP.
- Are there any known limitations or prerequisites for using the RemNote MCP?
- A key prerequisite for the RemNote MCP is an active RemNote account. Additionally, its current functionality focuses on reading data, so write operations or advanced RemNote features might not be supported.
Install Remnote
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"remnote": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-remnote"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"remnote": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-remnote"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"remnote": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-remnote"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.