markdown notes mcp for Grok
io.github.narashiman-k/markdown-notes-mcp
Convert PDF, Word, Excel, PowerPoint, EPUB and images to Markdown locally, with no upload.
client:Grok
transport:stdio
runtime:npm
Install markdown notes mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"markdown-notes-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"suprasuta-markdown-mcp"
],
"env": {
"MARKDOWN_MCP_ROOTS": "<MARKDOWN_MCP_ROOTS>",
"GEMINI_API_KEY": "<GEMINI_API_KEY>",
"ASSEMBLYAI_API_KEY": "<ASSEMBLYAI_API_KEY>"
}
}
}
}
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