HomeIDEs and desktop clientsUse Arcade in Visual Studio Code

Use Arcade in Visual Studio Code

In this guide, you’ll learn how to connect Visual Studio Code to Arcade.dev’s MCP server.

As of version 1.100.0, Visual Studio Code does not yet support MCP authorization. Only tools that do not require auth, such as math and search tools, will work with Visual Studio Code. We’re working to improve this - stay tuned!

Set up Visual Studio Code

  1. Download and open Visual Studio Code (version 1.100.0 or higher)

  2. Open the command palette and select MCP: Add Server…

  3. Choose HTTP

  4. Paste the following URL: https://api.arcade.dev/v1/mcps/ms_0ujssxh0cECutqzMgbtXSGnjorm/mcp

    This URL is Arcade’s public beta MCP server. We’d love to hear your feedback! Coming soon: deploy a server with your own tools.

  5. Give your MCP server a name, like mcp-arcade-dev

Visual Studio Code will update your settings.json file with the following:

    "mcp": {
        "servers": {
            "mcp-arcade-dev": {
                "url": "https://api.arcade.dev/v1/mcps/ms_0ujssxh0cECutqzMgbtXSGnjorm/mcp"
            }
        }
    },

Try it out

  1. Open the chat pane (typically Cmd-Shift-I or Ctrl-Shift-I)
  2. Make sure you are in Agent mode
  3. Click the 🛠️ Tools button, which opens a panel of available tools
  4. Click to select the tools you want to use, and type your request in the chat pane!
Visual Studio Code tools panel