Lindo AI
Create and manage Lindo AI websites, pages, blogs, clients, and credits from any MCP client.
Ask AI about Lindo AI
Powered by Claude Β· Grounded in docs
I know everything about Lindo AI. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Reviews
Documentation
@lindoai/mcp-server
MCP (Model Context Protocol) server for Lindo AI β create websites, pages, and blog posts with AI directly from Claude, Cursor, Kiro, Windsurf, and other MCP-compatible tools.
Listed in the official MCP Registry as io.github.lindoai/mcp-server.
Setup
Add to your MCP client configuration:
{
"mcpServers": {
"lindo": {
"command": "npx",
"args": ["-y", "@lindoai/mcp-server"],
"env": {
"LINDO_API_KEY": "your_api_key_here"
}
}
}
}
Where to add this config
| Client | Config file |
|---|---|
| Claude Desktop | ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) |
| Claude Code | .claude/settings.json |
| Cursor | .cursor/mcp.json |
| Kiro | .kiro/settings/mcp.json |
| Windsurf | MCP settings in IDE |
Getting your API key
- Go to app.lindo.ai
- Navigate to Workspace Settings β API Keys
- Create a new API key
- Copy the key and paste it as
LINDO_API_KEY
Requires a Business or Whitelabel plan.
Available Tools
Websites
- create_website β Create a new website using AI from a text prompt
- list_websites β List all websites in your workspace
Pages
- create_page β Create a new page on a website using AI
- publish_blog β Publish a static blog post with markdown content
Blog
- create_blog β Generate a blog post on a website using AI
Clients
- create_client β Create a new client
- list_clients β List all clients
- assign_website β Assign a website to a client
- generate_magic_link β Generate a client login link
Credits
- allocate_credits β Allocate credits to a client
Scheduling
The create_website, create_page, and create_blog tools support an optional schedule_at parameter (ISO 8601 datetime) to schedule the workflow for a future time.
Remote MCP Server
You can also connect via the remote MCP endpoint without installing anything:
https://mcp.lindo.ai/mcp
