Odel
fusionauth mcp api

fusionauth mcp api

Local
@fusionauth1JavaScriptUpdated 2w ago

Preview release of FusionAuth API MCP server

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@fusionauth/mcp-apiv0.1.14

Run

npx -y @fusionauth/mcp-api

MCP client config

{
  "mcpServers": {
    "fusionauth-mcp-api": {
      "command": "npx",
      "args": [
        "-y",
        "@fusionauth/mcp-api"
      ]
    }
  }
}