← Back to Integrations
L
LibreChat Setup
Model Context Protocol Tutorial
LibreChat is a free, open-source AI chat platform that you can self-host with support for multiple LLM providers including OpenAI, Claude, and Gemini. It integrates MCP servers via YAML configuration, making it a flexible self-hosted option for connecting AI to your WordPress site.
File: librechat.yaml
mcpServers:
wordpress:
type: streamable-http
url: https://yoursite.com/wp-json/easy-mcp-ai/v1/mcp
headers:
Authorization: "Bearer YOUR_API_TOKEN"
Need your API Token?
Remember to generate your Bearer token in the WordPress admin panel under Easy MCP AI → API Tokens before completing this setup.
Download Plugin