MCP server (optional)
Connect your AI-powered development tools to the Yoodli Developer Portal.
Connect AI Tools to Yoodli Developer Portal
The Yoodli Developer Portal Model Context Protocol (MCP) server bridges the gap between AI-powered development tools and your documentation. This enables intelligent code editors like Cursor and Windsurf, as well as general-purpose AI assistants like Claude Desktop, to directly access and utilize your Yoodli API documentation for enhanced development workflows.
What is Model Context Protocol (MCP)?
Model Context Protocol (MCP) is an open-source standard that creates secure connections between AI applications and external data sources. Think of it as a translator that allows AI tools to understand and interact with your documentation in real-time.
Quick Setup Guide
The Yoodli Developer Portal MCP server is hosted at https://developers.yoodli.ai/mcp and requires minimal configuration to get started.
Configuration Steps:
- Navigate to your Cursor configuration directory
- Create or edit the MCP configuration file:
~/.cursor/mcp.json - Add the following configuration:
{
"mcpServers": {
"yoodli-developer-portal": {
"url": "https://developers.yoodli.ai/mcp"
}
}
}- Restart Cursor to apply the changes
Verifying Your MCP Connection
After configuring your AI tool, follow these steps to ensure the MCP server is working correctly:
1. Start a New Session
- Open your configured AI editor (Cursor, Windsurf, etc.)
- Create a new chat or conversation with the AI assistant
- Wait for the tool to establish the MCP connection (this may take a few seconds)
2. Test Documentation Access
Try these sample queries to verify the connection:
- "How do I list all users in my Yoodli Organization?"
- "Generate a Python function to invite a set of users listed in CSV file"
Updated 15 days ago