Model Context Protocol (MCP) Integration
Learn how to integrate xpander’s agentic interfaces such as Claude and other AI assistants using MCP
The xpander.ai SDK supports the Model Context Protocol (MCP), allowing you to extend Claude and other compatible AI assistants with xpander’s agentic interfaces natively.
Configuring MCP Server for Claude Desktop
With xpander.ai’s native MCP support, you can easily integrate xpander’s agentic interfaces directly into Claude and other compatible AI assistants:
Access Agentic Interfaces Settings
Open https://app.xpander.ai In the settings menu, click on “Agentic Interfaces”.
Select a specific interface
In the Agentic Interfaces panel, select the specific application (e.g., Slack, HubSpot)
Click on MCP Configuration
Find and click on the “MCP Configuration” option.
Add the MCP Server to Claude
Add a configuration snippet like the following, replacing the URL with your specific Xpander MCP endpoint: (The file is located at ’~/Library/Application Support/Claude/claude_desktop_config.json’)
The MCP URL contains your API key, so never share it publicly. Treat it as a sensitive credential.
You can add multiple MCP servers to your configuration file by adding them to the mcpServers
object. Each server should have a unique key:
Instead of manually editing the configuration file, you can use the MCP installer by adding this to your configuration file at ’~/Library/Application Support/Claude/claude_desktop_config.json’:
Then simply ask Claude to install your MCP URL, and it will handle the installation automatically.
Working with Authenticated Connectors
If you’ve already configured authentication for connectors in xpander.ai (such as Gmail, LinkedIn, or other services), they will work automatically with the provided MCP URL without requiring additional authentication steps in Claude.
For example, if you’ve already connected your Gmail account in xpander.ai:
- Add the xpander MCP configuration to Claude as shown above
- You can immediately use Gmail capabilities in Claude through natural language
- No additional authentication steps are needed in Claude
Multiple Interface Configuration
You can configure multiple interfaces in a single MCP configuration:
Testing Your MCP Integration
Once configured, you can test your integration by asking Claude to perform actions using the connected service:
- For LinkedIn: “Can you search for AI Product Managers on LinkedIn?”
- For Gmail: “Could you check my recent unread emails?”
- For Weather: “What’s the weather like in San Francisco today?”
Claude will seamlessly connect to the xpander MCP server and utilize its agentic interfaces to fulfill your requests.