Skip to content
Grok

Microsoft Access Database for Grok

io.github.unmateria/msaccess-database

Read and edit Microsoft Access databases (.accdb/.mdb) - forms, VBA, tables, queries. Windows.

client:Grok transport:stdio runtime:pypi

Install Microsoft Access Database in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "msaccess-database": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-msaccess-database"
      ]
    }
  }
}

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

Microsoft Access Database in other clients