Vision MCP

Connect with an API key

Vision MCP now supports API-key authentication only. Your MCP client sends REKA_API_KEY to the hosted /mcp endpoint, and the server forwards that key upstream as-is.

Setup

Manual API-key configuration

Choose your client, copy the config, and restart the MCP client. No OAuth handoff or Clerk login is required.

Paste this into Claude Desktop and keep REKA_API_KEY local to your machine.

Endpoint: https://prod.vision-mcp.reka.ai/mcp
{
  "mcpServers": {
    "vision-mcp": {
      "url": "https://prod.vision-mcp.reka.ai/mcp",
      "headers": {
        "Authorization": "Bearer ${REKA_API_KEY}"
      }
    }
  }
}
  1. Create a platform API key from the Reka toolkit settings.
  2. Set that key locally as REKA_API_KEY.
  3. Paste the config above into your MCP client.
  4. Restart the client and connect to Vision MCP.