The Base44 Docs MCP server lets AI assistants like Cursor, Claude Desktop, and VS Code search Base44 documentation directly. Ask questions about the SDK, CLI, entities, or any Base44 feature and get answers with links to the relevant docs.
Results come from live documentation, so you always get the latest information.
Setup
Add the following to your MCP configuration:
{
"mcpServers": {
"base44-docs": {
"type": "http",
"url": "https://docs.base44.com/mcp"
}
}
}
Some tools require a restart to pick up new MCP configurations.
Capabilities
The MCP server provides a search tool that can:
- Search all documentation: Query guides, API references, and tutorials.
- Return code examples: Get SDK usage examples and implementation patterns.
- Filter results: Narrow searches by version, language, API-only, or code-only content.
- Link to sources: Every result includes a direct link to the documentation page.
Example usage
Once connected, ask your AI assistant questions like:
- “How do I create an entity with the Base44 SDK?”
- “What types of authentication can I use?”
- “What CLI commands are available for deployment?”
- “How do security rules work in Base44?”
The AI will search the documentation and returns relevant information with links to learn more.