VS Code setup

Use MCP Server Tools from VS Code.

After checkout, use your access token to configure VS Code with the remote MCP endpoint. Keep the token out of shared prompts and commit history.

{
  "mcpServers": {
    "mcpservertools": {
      "url": "https://mcpservertools.clauxel.com/mcp",
      "authorization": "Bearer YOUR_PAID_TOKEN"
    }
  }
}