Connect via MCP
Primeta works with any MCP-compatible client. Choose your connection method below.
Remote MCP with OAuth
Best for clients that support remote MCP servers (Claude Desktop, etc.). No API key needed — authentication happens via browser login.
Add the MCP server
Point your MCP client to the Primeta server URL:
https://primeta.ai/mcp
Authorize
When your MCP client connects, it will open a browser window for you to sign in and authorize access. Once approved, the client receives a token automatically — no manual configuration needed.
How it works
-
1.
Your client discovers Primeta's OAuth endpoints via
/.well-known/oauth-authorization-server - 2. You sign in through your browser and grant access
- 3. The client receives a short-lived access token (auto-refreshed)
- 4. Primeta tools become available in your client
MCP with API Token
For clients that take a static JSON config (Claude Code, Cursor, Windsurf, etc.). Same /mcp endpoint as OAuth — just skip the browser login and put your API token in the Authorization header.
Drop the snippet into your MCP config
For Claude Code that's .mcp.json at the project root. Add it to .gitignore — it holds your token.
Start your client
Launch your MCP client. It'll read the config and Primeta's tools become available — no browser step.
OpenClaw Gateway
Route your OpenClaw agent's conversations through a Primeta avatar. Messages sent in Primeta reach your local OpenClaw agent; its replies speak back through the avatar. Proactive sends from the agent also appear in your Primeta chat.
Install
Install the plugin globally so OpenClaw can load it:
npm install -g @primeta.ai/openclaw-channel
Configure
Restart the gateway
Restart OpenClaw so it loads the plugin. The plugin opens a WebSocket back to Primeta — you'll see an OpenClaw card appear on your dashboard within a few seconds. When it's green, try sending a message in that conversation.
How it works
- • Your OpenClaw gateway runs locally; Primeta runs remotely. The plugin opens the connection from your machine to Primeta, so nothing needs to be exposed publicly.
- • Persona personality is injected per-message from Primeta — switch personas in the UI and the next reply adopts the new voice.
- • Proactive messages from the agent (e.g. "Done with that task") appear in the matching conversation automatically.