# Better Auth Server

# Better Auth MCP Server

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add dabhivijay2478/auth

# Browse available tools
npx -y @smithery/cli@latest tool list dabhivijay2478/auth

# Get full schema for a tool
npx -y @smithery/cli@latest tool get dabhivijay2478/auth list_better_auth_features

# Call a tool
npx -y @smithery/cli@latest tool call dabhivijay2478/auth list_better_auth_features '{}'
```

## Tools (6)

- `list_better_auth_features` — Get a list of all available Better Auth plugins and features organized by category
- `get_feature_details` — Get detailed information about a specific Better Auth plugin or feature
- `get_integration_guide` — Get integration guide for a specific framework or platform
- `get_auth_examples` — Get usage examples and code snippets for Better Auth features
- `search_better_auth` — Search Better Auth documentation by keyword
- `get_llms_context` — Get Better Auth LLMs.txt content for comprehensive context

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get dabhivijay2478/auth <tool-name>
```

---

Source: https://github.com/dabhivijay2478/better-auth-mcp-server
