Lotus Wisdom MCP Server

Contemplative reasoning MCP server — Lotus Sutra wisdom framework with interactive ext-apps journey visualization.

Remote serverstreamable-http

What is the Lotus Wisdom MCP MCP server?

Lotus Wisdom MCP MCP server is a hosted integration for AI assistants that speak the Model Context Protocol. Contemplative reasoning MCP server — Lotus Sutra wisdom framework with interactive ext-apps journey visualization.

What you get

An MCP server implementation that provides a tool for problem-solving using the Lotus Sutra's wisdom framework, combining analytical thinking with intuitive wisdom.

  • Multi-faceted problem-solving approach inspired by the Lotus Sutra
  • Step-by-step thought process with different thinking techniques
  • Meditation pauses to allow insights to emerge naturally
  • Interactive visualization — via MCP ext-apps (Claude Desktop, Cursor, ChatGPT) — adapts to the host light/dark theme and is keyboard-accessible
  • MCP Prompts — (contemplate, deep-inquiry) for one-step guided contemplative sessions
  • Structured tool output — (structuredContent + outputSchema) alongside the text response

What the assistant can call

Once Lotus Wisdom MCP is connected, these are the calls the assistant has available:

  • lotuswisdom — A tool for problem-solving using the Lotus Sutra's wisdom framework, with various approaches to understanding
  • lotuswisdom_summary — The lotuswisdom_summary tool exposed by this server
  • Cursor — The Cursor tool exposed by this server
  • Windsurf — The Windsurf tool exposed by this server
  • Cline — Open MCP Servers icon in Cline panel > Configure > Advanced MCP Settings, then add:
  • Witsy — In Settings > MCP Servers, add a new server with Type: stdio, Command: npx, Args: -y lotus-wisdom-mcp
  • Windows — On Windows, npx requires a shell wrapper. Replace "command": "npx" with:
  • ChatGPT — ChatGPT only supports remote MCP servers over HTTPS. Use Smithery or connect directly to the

Setting it up

Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.

Choosing this one

This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Lotus Wisdom MCP's toolset — lotuswisdom, lotuswisdom_summary, Cursor and 5 more — is a fair guide to whether it matches your workflow. It is maintained by linxule; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Lotus Wisdom MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Before you rely on it

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the lotus wisdom mcp mcp server does with a few real requests.

Available tools

ToolWhat it does
lotuswisdomA tool for problem-solving using the Lotus Sutra's wisdom framework, with various approaches to understanding.
lotuswisdom_summaryThe lotuswisdom_summary tool exposed by this server.
CursorThe Cursor tool exposed by this server.
WindsurfThe Windsurf tool exposed by this server.
ClineOpen MCP Servers icon in Cline panel > Configure > Advanced MCP Settings, then add:
WitsyIn Settings > MCP Servers, add a new server with Type: stdio, Command: npx, Args: -y lotus-wisdom-mcp.
WindowsOn Windows, npx requires a shell wrapper. Replace "command": "npx" with:
ChatGPTChatGPT only supports remote MCP servers over HTTPS. Use [Smithery](https://smithery.ai/server/@linxule/lotus-wisdom-mcp) or connect directly to the hosted instance below via ChatGPT Settings > Connectors.

How to install the Lotus Wisdom MCP MCP server

{
  "mcpServers": {
    "lotus-wisdom": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://lotus-wisdom-mcp.linxule.workers.dev/mcp"]
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Example prompts to try

  • Use Lotus Wisdom MCP to lotuswisdom.
  • Use Lotus Wisdom MCP to lotuswisdom summary.
  • Use Lotus Wisdom MCP to Cursor.

Frequently asked questions

It connects Lotus Wisdom MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 8 tools (lotuswisdom, lotuswisdom_summary, Cursor, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Lotus Wisdom MCP directly.