Model Context Protocol server for expand.ai
The Expand MCP server gives AI assistants access to Fetch and Fetch Search. For local use, authenticate once with the CLI and let the MCP server read the stored local credential.
expandai loginUse the installer for supported clients.
expandai skill install cursor project
expandai mcp install cursor project
expandai skill install codex project
expandai mcp install codex projectClaude Code and OpenCode use hooks instead of MCP-only setup:
expandai hook install claude-code project
expandai hook install opencode projectUse global instead of project only when Expand should be available everywhere on this machine.
For other MCP clients, configure the server command to run the CLI.
{
"mcpServers": {
"expandai": {
"command": "expandai",
"args": ["mcp", "run"]
}
}
}If the client cannot find globally installed commands, use the absolute path to the expandai binary.
Once installed, ask the assistant to fetch or search a URL.