MCP examples are provided as part of a preview experience. Client UIs and settings paths can change, so treat these as guides and adapt to the latest version of your tools.
Example: Claude (claude.ai)
Claude’s chat interface supports MCP via Connectors.- Go to Settings → Connectors.
- Click Add custom connector.
- Enter a name (for example,
Lexful) and paste your MCP URL:
- Click Add and complete the OAuth flow when prompted.
- Lexful will then be available as a connector in your chats.
Example: Claude Desktop
Claude Desktop supports remote MCP servers through the same Connectors UI as claude.ai.- Go to Settings → Connectors.
- Click Add custom connector.
- Enter a name (for example,
Lexful) and paste your MCP URL:
- Complete the OAuth flow when prompted.
- Restart Claude Desktop so it picks up the new connector.
If you prefer to configure via JSON, you can use the
mcp-remote wrapper in claude_desktop_config.json:Example: Claude Code
Claude Code has built-in MCP support. Add Lexful as a server from the CLI:--scope user to make it available globally, or --scope project to share it with your team via .mcp.json.
You can also manage MCP servers interactively by typing /mcp inside a Claude Code session.
Example: Cursor
- Open Cursor Settings (
Cmd/Ctrl + ,). - Navigate to Tools & MCP.
- Click New MCP Server and add the following configuration:
~/.cursor/mcp.json (global) or .cursor/mcp.json (project-level).
Example: ChatGPT
ChatGPT supports MCP via Apps & Connectors on eligible plans (Plus, Pro, Team, Enterprise, Edu).- Ensure Developer Mode is enabled under Settings → Apps & Connectors → Advanced settings.
- Click Add new connector.
- Enter a name (for example,
Lexful) and paste your MCP URL:
- Set the auth mode to OAuth and complete the authorization when prompted.
- In a new chat, enable the connector via the apps menu.
Example: Microsoft Copilot Studio
Copilot Studio supports MCP as a tool type for agents.Navigate to the Agents page
In Copilot Studio, go to the Agents page. Create a new agent or select an existing one.
Select Model Context Protocol
In the “Add tool” dialog, select Model Context Protocol under “Create new.”
Configure the Lexful MCP server
Fill in the following details:
- Server name:
Lexful MCP - Server description:
Lexful is our IT documentation and asset management platform - Server URL:
- Authentication: Select OAuth 2.0, then choose Dynamic discovery as the type.
Example: VS Code
VS Code supports MCP servers through GitHub Copilot’s Agent mode. Add a.vscode/mcp.json file to your workspace: