ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Eden AI with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Access 100+ AI models through a single API. route LLMs, generate embeddings, and execute specialized AI tasks like OCR and translation.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 13 capabilities

The complete Eden AI capability set.

These are the exact actions your AI can choose when you ask it to work with Eden AI.

Capability set01 / 04

01-04

4 capabilities in this set.

Part of 13 available through Eden AI.

  1. 01

    Check credits

    Check current Eden AI credit balance

  2. 02

    Create custom token

    Create a custom API token with specific constraints

  3. 03

    List embedding models

    List available embedding models

  4. 04

    List files

    List all files uploaded to Eden AI

Capability set02 / 04

05-07

3 capabilities in this set.

Part of 13 available through Eden AI.

  1. 05

    Universal AI async

    Start an asynchronous expert model job (e.g., Speech-to-Text)

  2. 06

    Delete files

    Delete files from Eden AI storage

  3. 07

    Get async job

    Get the status and results of an asynchronous Universal AI job

Capability set03 / 04

08-10

3 capabilities in this set.

Part of 13 available through Eden AI.

  1. 08

    Chat completions

    Use @edenai for smart routing or specify provider/model. Create a chat completion using Eden AI LLM routing

  2. 09

    Create embedding

    Convert text into numerical vectors

  3. 10

    Create stateful response

    Create a stateful chat response that stores history server-side

Capability set04 / 04

11-13

3 capabilities in this set.

Part of 13 available through Eden AI.

  1. 11

    Monitor consumption

    Monitor API consumption and costs

  2. 12

    Universal AI sync

    Model format: feature/subfeature/provider[/model] Execute synchronous expert models (OCR, Translation, Image Gen)

  3. 13

    Upload file

    Upload a file to Eden AI persistent storage

Observed, not estimated

947ms average. Fast in production.

Eden AI is checked daily against the live service.

Daily averagePeak 1284ms
Aug 20Today
Fastest day
795ms
Slowest day
1284ms
14-day trend
Stable+3%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 13 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Eden AI, so you can see the experience inside your AI.

It does not authenticate your account with Eden AI. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Eden AI Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_MpbX6fk08w3hagPF4hW6wpk1Up2FJzw462jLYKS8/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Eden AI capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "eden-ai-alternative-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_MpbX6fk08w3hagPF4hW6wpk1Up2FJzw462jLYKS8/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Eden AI owners ask.

  • 01

    How can I use Eden AI's smart routing to find the best model for a chat?

    Simply use the chat_completions capability and set the model parameter to @edenai. This will automatically route your request to the most suitable provider based on performance and cost.

  • 02

    How do I handle long-running AI tasks like Speech-to-Text?

    Use the universal_ai_async capability to start the job. You will receive a job ID which you can then use with the get_async_job capability to check the status and retrieve the final results once finished.

  • 03

    Can I manage the files I upload for AI processing?

    Yes. You can use upload_file to send data, list_files to see everything in your storage, and delete_files to remove them when they are no longer needed.