Loading MCP server directory, please wait...
Preview release of FusionAuth API MCP server
npx @getmcp/cli add io.fusionauth/mcp-apiRequires Node.js 18+. Community-contributed server. Review source before installing.
API_KEY_APIKEYAUTHYour API key for FusionAuth instance
API_BASE_URLThe URL for your FusionAuth instance
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.fusionauth/mcp-api": {
"command": "npx",
"args": [
"-y",
"@fusionauth/mcp-api"
],
"env": {
"API_KEY_APIKEYAUTH": "",
"API_BASE_URL": "",
"USE_TOOLS": ""
}
}
}
}