Socotra
AI GuideMCP Server

MCP Server Getting Started Guide

Prerequisites

To get started using the Socotra MCP server, you'll need a valid Socotra business account and login credentials. Our MCP server uses OAuth 2.1 for authentication and authorization. Contact your Socotra representative to request access for your business account.

Users must possess the required permissions and tenant assignments to perform certain actions through the Socotra MCP server.

Refer to our documentation on Role-Based Access Control for more information.

Installation

The Socotra MCP server currently supports the following applications:

Cursor

  1. Download and install Cursor
  2. If you already have Cursor, make sure to update it to the latest version
  3. Open Cursor
  4. Click the Open Settings button in the upper right corner of the window (displayed as a gear icon)
  5. Navigate to MCP & Integrations > New MCP Server
  6. Paste this JSON into mcp.json:
{
	"mcpServers": {
		"SocotraSandbox": {
			"url": "https://mcp-sandbox.socotra.com/mcp"
		}
	}
}
  1. Save the file
  2. Go back to the MCP & Integrations tab
  3. You'll see SocotraSandbox listed in MCP Tools
  4. Click the Connect button
  5. The Socotra authentication page will open in your browser
  6. Enter your business account name, followed by your username and password
  7. Click the Authorize button
  8. You should see a message indicating that authorization was successful
  9. Open Cursor, and verify that the green circle appears next to SocotraSandbox listed in MCP Tools
  10. Open a new chat by clicking the Toggle AI Pane button in the upper right corner of the window, then clicking the Create a new chat button
  11. Click the @Add Context button
  12. Select mcp.json
  13. Cursor will now be able to use the Socotra MCP server as you send prompts

Refer to the Cursor MCP configuration guide for more information.

Claude

  1. Download and install Claude Desktop
  2. If you already have Claude Desktop, make sure to update it to the latest version
  3. Install Node.js and npm
  4. Open Claude Desktop

Then, for pro accounts:

  1. Navigate to Settings > Connectors
  2. Click the Add custom connector button
  3. Set the name as Socotra and the URL as https://mcp-sandbox.socotra.com/mcp
  4. Click the Add button
  5. Click the Connect button
  6. The Socotra authentication page will automatically open in your browser
  7. Enter your Business Account name, followed by your username and password
  8. Click the Authorize button
  9. You should see a message indicating that authorization was successful
  10. Open Claude Desktop
  11. Open a new chat by clicking the New chat button
  12. Click the Search and tools button
  13. You should see the Socotra MCP server toggled on
  14. Click on the Socotra MCP server to view available tools and toggle them as needed
  15. Claude will now be able to use the Socotra MCP server as you send prompts

Or, for free accounts:

  1. Navigate to Settings > Developer
  2. Click the Edit config button
  3. Paste this JSON into claude_desktop_config.json:
{
	"mcpServers": {
		"Socotra": {
			"command": "npx",
			"args": ["-y", "mcp-remote", "https://mcp-sandbox.socotra.com/mcp"]
		}
	}
}
  1. Save the file
  2. Restart Claude Desktop
  3. The Socotra authentication page will automatically open in your browser
  4. Enter your Business Account name, followed by your username and password
  5. Click the Authorize button
  6. You should see a message indicating that authorization was successful
  7. Open Claude Desktop
  8. Open a new chat by clicking the New chat button
  9. Click the Search and tools button
  10. You should see the Socotra MCP server toggled on
  11. Click on the Socotra MCP server to view available tools and toggle them as needed
  12. Claude will now be able to use the Socotra MCP server as you send prompts

Refer to the Claude MCP configuration guide for more information.

Codex

  1. Install Codex
  2. If you already have Codex, make sure to update it to the latest version
  3. Open the Codex configuration file by executing the following command from your terminal:
~/.codex/config.toml
  1. Add the following lines to the file:
[mcp_servers.SocotraSandbox]
url = "https://mcp-sandbox.socotra.com/mcp"
  1. Save the file
  2. Log in to the Socotra Sandbox environment by executing the following command from your terminal:
codex mcp login SocotraSandbox
  1. Codex will display an authorization link
  2. Open the link in a web browser and enter the following information: Business account name, username, and password
  3. Verify your connection by executing the following command from your terminal:
codex mcp list
  1. Restart Codex

Refer to the Codex MCP configuration guide for more information.

Next Steps

See Also

On this page