---
name: favorited-users
description: Users operations of the Favorited API and MCP server: me.get.
metadata:
  operations: 1
  server: https://mcp.api-mcp-fav-com.preprod.favorited.app/mcp
---

# Users on Favorited

Over MCP, connect to `https://mcp.api-mcp-fav-com.preprod.favorited.app/mcp` and run these with `fav.run`; over REST, call `https://api.api-mcp-fav-com.preprod.favorited.app` directly. Authentication: `https://mcp.api-mcp-fav-com.preprod.favorited.app/auth.md`.

## Operations

### me.get

Retrieve the authenticated user. Returns the `user` object for the account that owns the access token. Works with every token type; requires the `user:read` scope for OAuth tokens.

- Kind: `read`. Scopes: `user:read`.
- REST: `GET /me` on `https://api.api-mcp-fav-com.preprod.favorited.app`.
- MCP: `fav.run` with `{ "operation": "me.get", "params": { … } }` on `https://mcp.api-mcp-fav-com.preprod.favorited.app/mcp`.
- Parameters: none.
