simplenote mcp for Cursor
io.github.automattic/simplenote-mcp
MCP server for reading Simplenote notes across macOS, Linux, and Windows
client:Cursor
transport:stdio
runtime:npm
Install simplenote mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"simplenote-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@automattic/simplenote-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs