Microsoft Access Database
Rank #3,610io.github.unmateria/msaccess-database
Read and edit Microsoft Access databases (.accdb/.mdb) - forms, VBA, tables, queries. Windows.
Microsoft Access Database is a Model Context Protocol (MCP) server published by unmateria. It ranks #3,610 of 115,591 servers tracked on MCP Toplist, and its repository has 50 GitHub stars. Microsoft Access Database is listed across 3 registries — Official MCP, Glama and PulseMCP, with 6 tracked versions. It was first listed on Feb 23, 2026 and most recently updated on Aug 30, 2026.
Ranks ahead of 111,981 of 115,591 servers on MCP Toplist.
Use Microsoft Access Database
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add msaccess-database -- uvx mcp-msaccess-database[mcp_servers.msaccess-database]
command = "uvx"
args = ["mcp-msaccess-database"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"msaccess-database": {
"command": "uvx",
"args": [
"mcp-msaccess-database"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"msaccess-database": {
"command": "uvx",
"args": [
"mcp-msaccess-database"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"msaccess-database": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-msaccess-database"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"msaccess-database": {
"command": "uvx",
"args": [
"mcp-msaccess-database"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"msaccess-database": {
"command": "uvx",
"args": [
"mcp-msaccess-database"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.unmateria%2Fmsaccess-database)<a href="https://mcptoplist.com/server/io.github.unmateria%2Fmsaccess-database"><img src="https://mcptoplist.com/badge/io.github.unmateria%2Fmsaccess-database.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
unmateria
Other servers by unmateria
View all unmateria servers →Available versions (6)
| Version | Published |
|---|---|
| 0.7.55 | Aug 30, 2026 |
| 0.7.53 | Jul 30, 2026 |
| 0.7.44 | Jun 12, 2026 |
| 0.7.34 | May 5, 2026 |
| 0.7.33 | May 4, 2026 |
| 0.7.31 | May 4, 2026 |
Frequently asked questions
- Who maintains Microsoft Access Database?
- Microsoft Access Database is maintained by unmateria, which publishes 2 MCP servers (9 total versions) tracked on MCP Toplist.
- Is Microsoft Access Database listed on the Official MCP Registry?
- Yes — Microsoft Access Database is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does Microsoft Access Database have?
- MCP Toplist tracks 6 versions of Microsoft Access Database, most recently published on Aug 30, 2026.
- Where can I find the source code for Microsoft Access Database?
- The source code for Microsoft Access Database is hosted at github.com/unmateria/mcp-access.