Skip to main content
Autosend Mcp Copilot

Option 1: Using Command Palette

1

Open Command Palette

Press Ctrl+Shift+P on Windows/Linux or Cmd+Shift+P on macOS to open the Command Palette.
2

Add MCP Server

Run MCP: Add Server and select HTTP.
3

Configure the server

Enter the URL as https://mcp.autosend.com/ and the name as AutoSend. Select Global or Workspace depending on your needs.
4

Authorize

Start the server and follow the OAuth prompt to log in to your AutoSend account.

Option 2: Using config file

Add the following to your .vscode/mcp.json file:
{
	"servers": {
		"autosend": {
			"url": "https://mcp.autosend.com/"
		}
	}
}
Start the server and follow the OAuth prompt to log in to your AutoSend account.

Next Steps