Lotus Wisdom
Rank #32,647pulsemcp/linxule-lotus-wisdom
Problem-solving framework inspired by Buddhist philosophy
Lotus Wisdom is a Model Context Protocol (MCP) server published by linxule. It ranks #32,647 of 115,460 servers tracked on MCP Toplist, and its repository has 32 GitHub stars. Lotus Wisdom is listed on PulseMCP, and ships as a single rolling release with no explicit version metadata. It was first listed on Apr 9, 2025.
Ranks ahead of 82,813 of 115,460 servers on MCP Toplist.
Use Lotus Wisdom
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http linxule-lotus-wisdom https://lotus-wisdom-mcp.linxule.workers.dev/mcp[mcp_servers.linxule-lotus-wisdom]
url = "https://lotus-wisdom-mcp.linxule.workers.dev/mcp"Add to ~/.codex/config.toml.
https://lotus-wisdom-mcp.linxule.workers.dev/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"linxule-lotus-wisdom": {
"url": "https://lotus-wisdom-mcp.linxule.workers.dev/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"linxule-lotus-wisdom": {
"type": "http",
"url": "https://lotus-wisdom-mcp.linxule.workers.dev/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"linxule-lotus-wisdom": {
"serverUrl": "https://lotus-wisdom-mcp.linxule.workers.dev/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"linxule-lotus-wisdom": {
"url": "https://lotus-wisdom-mcp.linxule.workers.dev/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/pulsemcp%2Flinxule-lotus-wisdom)<a href="https://mcptoplist.com/server/pulsemcp%2Flinxule-lotus-wisdom"><img src="https://mcptoplist.com/badge/pulsemcp%2Flinxule-lotus-wisdom.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
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
Not versioned
This server is published through a registry that does not expose explicit version metadata, and no GitHub release tags were found on the linked repository. The listing tracks a single rolling release.
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?
- Lotus Wisdom is not on the Official MCP Registry. It is listed on PulseMCP.
- How many versions does Lotus Wisdom have?
- Lotus Wisdom ships as a single rolling release with no explicit version metadata.
- 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.