Lindo AI
Rank #12,330io.github.lindoai/mcp-server
Create and manage Lindo AI websites, pages, blogs, clients, and credits from any MCP client.
Lindo AI is a Model Context Protocol (MCP) server published by lindoai. It ranks #12,330 of 132,046 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. Lindo AI is listed across 3 registries — Official MCP, PulseMCP and Glama, with 7 tracked versions. It was first listed on Apr 24, 2026 and most recently updated on Jun 29, 2026.
Ranks ahead of 119,716 of 132,046 servers on MCP Toplist.
Use Lindo AI
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add --transport http lindoai https://mcp.lindo.ai/mcpThis endpoint requires authentication — see the server’s docs for credentials.
claude mcp add lindoai -e "LINDO_API_KEY=<your LINDO_API_KEY>" -- npx -y @lindoai/mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.lindoai]
url = "https://mcp.lindo.ai/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.lindoai]
command = "npx"
args = ["-y", "@lindoai/mcp-server"]
[mcp_servers.lindoai.env]
LINDO_API_KEY = "<your LINDO_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://mcp.lindo.ai/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"lindoai": {
"command": "npx",
"args": [
"-y",
"@lindoai/mcp-server"
],
"env": {
"LINDO_API_KEY": "<your LINDO_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"lindoai": {
"url": "https://mcp.lindo.ai/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"lindoai": {
"command": "npx",
"args": [
"-y",
"@lindoai/mcp-server"
],
"env": {
"LINDO_API_KEY": "<your LINDO_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"lindoai": {
"type": "http",
"url": "https://mcp.lindo.ai/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"lindoai": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@lindoai/mcp-server"
],
"env": {
"LINDO_API_KEY": "<your LINDO_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"lindoai": {
"serverUrl": "https://mcp.lindo.ai/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"lindoai": {
"command": "npx",
"args": [
"-y",
"@lindoai/mcp-server"
],
"env": {
"LINDO_API_KEY": "<your LINDO_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"lindoai": {
"url": "https://mcp.lindo.ai/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"lindoai": {
"command": "npx",
"args": [
"-y",
"@lindoai/mcp-server"
],
"env": {
"LINDO_API_KEY": "<your LINDO_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.lindoai%2Fmcp-server)<a href="https://mcptoplist.com/server/io.github.lindoai%2Fmcp-server"><img src="https://mcptoplist.com/badge/io.github.lindoai%2Fmcp-server.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
lindoai
Available versions (7)
| Version | Published |
|---|---|
| 1.1.1 | Jun 29, 2026 |
| 1.1.0 | Jun 23, 2026 |
| 1.0.17 | May 12, 2026 |
| 1.0.16 | May 10, 2026 |
| 1.0.15 | May 10, 2026 |
| 1.0.14 | May 9, 2026 |
| 1.0.13 | May 9, 2026 |
Frequently asked questions
- Who maintains Lindo AI?
- Lindo AI is maintained by lindoai, which publishes 1 MCP server (7 total versions) tracked on MCP Toplist.
- Is Lindo AI listed on the Official MCP Registry?
- Yes — Lindo AI is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Lindo AI have?
- MCP Toplist tracks 7 versions of Lindo AI, most recently published on Jun 29, 2026.
- Where can I find the source code for Lindo AI?
- The source code for Lindo AI is hosted at github.com/lindoai/mcp-server.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.