access-mcp-server

achillis2016/access-mcp-server
★ 0 stars Go 🗄️ Database Updated 2d ago
A mcp server used to operate microsoft access database.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "access-mcp-server": {
      "command": "go",
      "args": [
        "run",
        "github.com/achillis2016/access-mcp-server@latest"
      ]
    }
  }
}