- “Compare the candidates from my past 5 interviews”
- “Find all the intro calls run by a specific interviewer”
- “Give me a quick brief on a candidate before my next interview”
Getting started
Navigate to the MCP settings
Go to Settings > MCP in the Metaview app, or navigate through the Integrations page.
Generate a new API key
Click the Create API Key button. Give your key a descriptive name (e.g. “Claude Desktop” or “Cursor”) so you can identify it later. Copy the generated key immediately — you won’t be able to see the full key again.
Configure your MCP client
Add the Metaview MCP server to your client’s configuration. See the client setup guides below for specific instructions.
Client setup guides
Claude Desktop
Claude Desktop does not yet support the"type": "http" format for remote MCP servers. To connect, you need Node.js installed and should use the mcp-remote bridge.
- Install Node.js if you don’t already have it.
- Open Claude Desktop and go to Settings > Developer > Edit Config.
- Add the following to your
claude_desktop_config.json, replacing<api-key>with the key you generated in Metaview:
- Quit Claude Desktop and reopen it. You should see a tool icon indicating the Metaview MCP server is connected.
Claude Code
Claude Code supports remote MCP servers directly. Run the following command in your terminal, replacing<api-key> with your key:
Cursor, Windsurf, and other MCP clients
Most MCP clients that support remote HTTP servers can use the following configuration. Add this to your client’s MCP server settings, replacing<api-key> with your key:
If your MCP client does not support remote HTTP servers, you can use the
mcp-remote bridge approach described in the Claude Desktop section above. See the MCP documentation on connecting to remote servers for more details.Managing API keys
You can create multiple API keys, one for each tool or client you want to connect. Each key is named so you can easily identify which tool it belongs to. To revoke access for a specific tool, delete the corresponding API key from the MCP settings page. This immediately prevents that tool from accessing your Metaview data.Security
- Each API key is scoped to your personal Metaview account
- Keys can only access data you have permission to view
- You can revoke any key at any time
- API key previews are shown in the settings page so you can identify which key is which

