MCP server for reading Simplenote notes across macOS, Linux, and Windows
claude mcp add simplenote-mcp -- npx -y @automattic/simplenote-mcp
claude_desktop_config.json
{
"mcpServers": {
"simplenote-mcp": {
"command": "npx",
"args": [
"-y",
"@automattic/simplenote-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"simplenote-mcp": {
"command": "npx",
"args": [
"-y",
"@automattic/simplenote-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"simplenote-mcp": {
"command": "npx",
"args": [
"-y",
"@automattic/simplenote-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"simplenote-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@automattic/simplenote-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"simplenote-mcp": {
"command": "npx",
"args": [
"-y",
"@automattic/simplenote-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.Automattic--simplenote-mcp/reviews or the review_server meta-tool.
POST /mcp