mcp obsidian cli for Grok
io.github.stonematt/mcp-obsidian-cli
Save chat notes from Claude Desktop to your vault — MCP on Obsidian CLI. Keep what matters.
client:Grok
transport:stdio
runtime:npm
Install mcp obsidian cli in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp-obsidian-cli": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-obsidian-cli"
],
"env": {
"OBSIDIAN_VAULT": "<OBSIDIAN_VAULT>",
"OBSIDIAN_CLI_PATH": "<OBSIDIAN_CLI_PATH>",
"OBSIDIAN_TIMEOUT_MS": "<OBSIDIAN_TIMEOUT_MS>"
}
}
}
}
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