mcpbeat Sign in

Fauna MCP Server

local only

Fauna MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 23 Sep 2026.

MCP server for Fauna: collections, FQL queries. Needs a database secret.

Installs / week
npm · @mrfentmen/fauna-mcp
0
Stars
0 open issues
23 Sep 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Fauna MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add fauna-mcp -- npx -y @mrfentmen/fauna-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "fauna-mcp": {
      "args": [
        "-y",
        "@mrfentmen/fauna-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.fauna-mcp]
command = "npx"
args = ["-y", "@mrfentmen/fauna-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "fauna-mcp": {
      "args": [
        "-y",
        "@mrfentmen/fauna-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "fauna-mcp": {
      "args": [
        "-y",
        "@mrfentmen/fauna-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Fauna MCP

same job, measured the same way
AdoMcp
by john0king

Database MCP server for schema discovery, comments, and SQL queries.

local only
MySQL MCP Server
by musaddiq-dev

Python MCP server for MySQL database inspection and querying

79 installs/wk local only
Mysql
by marcelo-ochoa

An MCP server for MySQL databases.

23 installs/wk local only
I
Postgres Connector
by martymarkenson

MCP server for querying PostgreSQL databases

30 installs/wk local only
Read Only Local Mysql MCP Server
by hove

MCP server for read-only MySQL database queries in Claude Desktop

82 installs/wk local only
PostgreSQL MCP Server
by musaddiq-dev

Python MCP server for PostgreSQL database inspection and querying

77 installs/wk local only
C
Read Only Mysql MCP Server
by hove

MCP server for read-only MySQL database queries in Claude Desktop

local only
Read Only Local Postgres MCP Server
by hove

MCP server for read-only PostgreSQL database queries in Claude Desktop

98 installs/wk local only

Fauna MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Fauna MCP?
Fauna MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @mrfentmen/fauna-mcp.
How do I connect Fauna MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @mrfentmen/fauna-mcp straight from npm; nothing to host, nothing to sign up for.
Is Fauna MCP open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.