Developer Tools
Trust: 39/100 (Limited)io.fusionauth/mcp-api Guide
Preview release of FusionAuth API MCP server
by FusionAuth
Quick Start
Install
npx @fusionauth/mcp-apiClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-fusionauth-mcp-api": {
"command": "npx",
"args": [
"@fusionauth/mcp-api"
]
}
}
}