This feature is available for our pro and enterprise users only

Creating a MCP server endpoint

  1. Go to https://admin.superintern.ai/dashboard/team. Then click on MCP Servers

Screenshot 2025-12-08 at 09.52.19.png

  1. Hit on create MCP server
    1. Agent is predetermined by the currently selected agent
    2. Choose a mode, this will choose give you a selector between your connected modes.
    3. Name your endpoint. For example, if your endpoint is my-awesome-mcp, then your mcp url will be https://api.superintern.ai/agent/async/mcp/my-awesome-mcp
    4. Choose an API key or leave it empty for public endpoints. If an API Key is chosen, the mcp must be accessed via that specific api key.
  2. After having created the mcp server, you should see the following. Just hit on Copy Settings and then you can use it in any MCP supported IDEs. E.g. cursor.

Screenshot 2025-12-08 at 09.54.56.png

You can delete this anytime you want. The configuration looks like this:

"superintern-my-awesome-mcp": {
  "url": "[<https://api.superintern.ai/agent/async/mcp/translator>](<https://api.superintern.ai/agent/async/mcp/my-awesome-mcp>)"
}

You can change superintern-my-awesome-mcp to whatever you want. It’s just a placeholder.