Lotus Wisdom
Rank #11,897io.github.linxule/lotus-wisdom
Contemplative reasoning with Lotus Sutra wisdom framework and ext-apps visualization.
Lotus Wisdom is a Model Context Protocol (MCP) server published by linxule. It ranks #11,897 of 115,460 servers tracked on MCP Toplist, and its repository has 32 GitHub stars. Lotus Wisdom is listed across 3 registries — Official MCP, Smithery and Glama, with 12 tracked versions. It was first listed on Sep 16, 2025 and most recently updated on Jun 22, 2026.
Ranks ahead of 103,563 of 115,460 servers on MCP Toplist.
Use Lotus Wisdom
claude mcp add --transport http lotus-wisdom https://lotus-wisdom-mcp.linxule.workers.dev/mcpclaude mcp add lotus-wisdom -- npx -y lotus-wisdom-mcp[mcp_servers.lotus-wisdom]
url = "https://lotus-wisdom-mcp.linxule.workers.dev/mcp"Add to ~/.codex/config.toml.
[mcp_servers.lotus-wisdom]
command = "npx"
args = ["-y", "lotus-wisdom-mcp"]Add to ~/.codex/config.toml.
https://lotus-wisdom-mcp.linxule.workers.dev/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"lotus-wisdom": {
"command": "npx",
"args": [
"-y",
"lotus-wisdom-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"lotus-wisdom": {
"url": "https://lotus-wisdom-mcp.linxule.workers.dev/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"lotus-wisdom": {
"command": "npx",
"args": [
"-y",
"lotus-wisdom-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"lotus-wisdom": {
"type": "http",
"url": "https://lotus-wisdom-mcp.linxule.workers.dev/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"lotus-wisdom": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"lotus-wisdom-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"lotus-wisdom": {
"serverUrl": "https://lotus-wisdom-mcp.linxule.workers.dev/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"lotus-wisdom": {
"command": "npx",
"args": [
"-y",
"lotus-wisdom-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"lotus-wisdom": {
"url": "https://lotus-wisdom-mcp.linxule.workers.dev/mcp"
}
}
}{
"mcpServers": {
"lotus-wisdom": {
"command": "npx",
"args": [
"-y",
"lotus-wisdom-mcp"
]
}
}
}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.linxule%2Flotus-wisdom)<a href="https://mcptoplist.com/server/io.github.linxule%2Flotus-wisdom"><img src="https://mcptoplist.com/badge/io.github.linxule%2Flotus-wisdom.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
linxule
Other servers by linxule
- Music Studio#2,471 · 8 vers
- Mineru#12,695 · 6 vers
- DeepThonk#17,567 · 1 ver
- Durable Thinking#24,382 · 1 ver
- Vox MCP#43,583 · 2 vers
Available versions (12)
| Version | Published |
|---|---|
| 0.8.0 | Jun 22, 2026 |
| 0.7.1 | Mar 30, 2026 |
| 0.7.0 | Mar 23, 2026 |
| 0.6.1 | Mar 21, 2026 |
| 0.6.0 | Mar 21, 2026 |
| 0.5.0 | Mar 20, 2026 |
| 0.4.0 | Mar 18, 2026 |
| 0.3.2 | Feb 15, 2026 |
| 0.2.1 | Oct 18, 2025 |
| 0.2.0 | Oct 18, 2025 |
| 0.1.2 | Sep 16, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Lotus Wisdom?
- Lotus Wisdom is maintained by linxule, which publishes 11 MCP servers (30 total versions) tracked on MCP Toplist.
- Is Lotus Wisdom listed on the Official MCP Registry?
- Yes — Lotus Wisdom is listed on the Official MCP Registry, alongside Smithery and Glama.
- How many versions does Lotus Wisdom have?
- MCP Toplist tracks 12 versions of Lotus Wisdom, most recently published on Jun 22, 2026.
- Where can I find the source code for Lotus Wisdom?
- The source code for Lotus Wisdom is hosted at github.com/linxule/lotus-wisdom-mcp.