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}"
}
}
}
}- Create a platform API key from the Reka toolkit settings.
- Set that key locally as
REKA_API_KEY. - Paste the config above into your MCP client.
- Restart the client and connect to Vision MCP.