Skip to content
Grok

note taking ai mcp for Grok

io.github.csoai-org/note-taking-ai-mcp

Note Taking Ai MCP Server by MEOK AI Labs

client:Grok transport:stdio runtime:pypi

Install note taking ai mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "note-taking-ai-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "note-taking-ai-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

note taking ai mcp in other clients