MCP API runs on your own machine — the client starts it, so there is no endpoint to ping. 54 installs a week from npm. Last commit 30 Jun 2026.
Preview release of FusionAuth API MCP 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.
claude mcp add mcp-api -- npx -y @fusionauth/mcp-api
{
"mcpServers": {
"mcp-api": {
"args": [
"-y",
"@fusionauth/mcp-api"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-api]
command = "npx"
args = ["-y", "@fusionauth/mcp-api"]
{
"mcpServers": {
"mcp-api": {
"args": [
"-y",
"@fusionauth/mcp-api"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mcp-api": {
"args": [
"-y",
"@fusionauth/mcp-api"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.