supernotes mcp for Cursor
io.github.mrfentmen/supernotes-mcp
SuperNotes cards get, search and create.
client:Cursor
transport:stdio
runtime:npm
Install supernotes mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"supernotes-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"supernotes-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs