PluginBench
MCP Server

io.fusionauth/mcp-docs MCP Server

io.fusionauth/mcp-docs

What is the io.fusionauth/mcp-docs MCP server?

FusionAuth Documentation MCP server

How to install io.fusionauth/mcp-docs

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mcp-docs": {
      "url": "https://ai.fusionauth.dev/mcp/docs"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-docs": {
      "serverUrl": "https://ai.fusionauth.dev/mcp/docs"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mcp-docs": {
      "type": "http",
      "url": "https://ai.fusionauth.dev/mcp/docs"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "mcp-docs": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://ai.fusionauth.dev/mcp/docs"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http mcp-docs https://ai.fusionauth.dev/mcp/docs

Related MCP servers

Preview release of FusionAuth API MCP server

1
JavaScript
View repository →