simplenote mcp for Grok
io.github.automattic/simplenote-mcp
MCP server for reading Simplenote notes across macOS, Linux, and Windows
client:Grok
transport:stdio
runtime:npm
Install simplenote mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"simplenote-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@automattic/simplenote-mcp"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs