simplenote-mcp
Rank #15,887io.github.Automattic/simplenote-mcp
MCP server for reading Simplenote notes across macOS, Linux, and Windows
simplenote-mcp is a Model Context Protocol (MCP) server published by automattic. It ranks #15,887 of 115,460 servers tracked on MCP Toplist, and its repository has 20 GitHub stars. simplenote-mcp is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Jan 30, 2026 and most recently updated on May 7, 2026.
Ranks ahead of 99,573 of 115,460 servers on MCP Toplist.
Use simplenote-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add simplenote-mcp -- npx -y @automattic/simplenote-mcp[mcp_servers.simplenote-mcp]
command = "npx"
args = ["-y", "@automattic/simplenote-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"simplenote-mcp": {
"command": "npx",
"args": [
"-y",
"@automattic/simplenote-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"simplenote-mcp": {
"command": "npx",
"args": [
"-y",
"@automattic/simplenote-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"simplenote-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@automattic/simplenote-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"simplenote-mcp": {
"command": "npx",
"args": [
"-y",
"@automattic/simplenote-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"simplenote-mcp": {
"command": "npx",
"args": [
"-y",
"@automattic/simplenote-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.Automattic%2Fsimplenote-mcp)<a href="https://mcptoplist.com/server/io.github.Automattic%2Fsimplenote-mcp"><img src="https://mcptoplist.com/badge/io.github.Automattic%2Fsimplenote-mcp.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
automattic
Other servers by automattic
- WordPress MCP Server#642 · 6 vers
- WordPress MCP#2,530 · 5 vers
- mcp-wpcom-remote#9,810 · 4 vers
- Gravatar MCP Server#18,992 · 5 vers
- WordPress Design System MCP Server#19,624
- WordPress Reader for Claude Desktop#29,087
Available versions (1)
| Version | Published |
|---|---|
| 2.0.1 | May 7, 2026 |
Frequently asked questions
- Who maintains simplenote-mcp?
- simplenote-mcp is maintained by automattic, which publishes 7 MCP servers (21 total versions) tracked on MCP Toplist.
- Is simplenote-mcp listed on the Official MCP Registry?
- Yes — simplenote-mcp is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does simplenote-mcp have?
- MCP Toplist tracks 1 version of simplenote-mcp, most recently published on May 7, 2026.
- Where can I find the source code for simplenote-mcp?
- The source code for simplenote-mcp is hosted at github.com/automattic/simplenote-mcp.