Product
Model Context Protocol server for expand.ai
The easiest way to install the expand.ai MCP server is using our CLI.
npx expandai mcp installpnpx expandai mcp installbun x expandai mcp installIf you prefer manual configuration, you can add the expand.ai MCP server to your AI assistant's settings.
Add to your :
claude_desktop_config.json{
"mcpServers": {
"expandai": {
"command": "npx",
"args": ["-y", "@expandai/mcp@latest"],
"env": {
"
The config file is located at:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonAdd to your .mcp.json:
{
"mcpServers": {
"expandai": {
"command": "npx",
"args": ["-y", "@expandai/mcp@latest"],
"env"
{
"expandai": {
"command": "npx",
"args": ["-y", "@expandai/mcp@latest"],
"env": {
{
"github.copilot.mcp.servers": {
"expandai": {
"command": "npx",
"args": ["-y", "@expandai/mcp@latest"],
Add to your Windsurf configuration:
{
"mcp": {
"servers": {
"expandai": {
"command": "npx",
"args": ["-y", "@expandai/mcp@latest"],
Once installed, you can ask your AI assistant to fetch content from any URL.