Skip to content
LangChain

Respira WordPress MCP for LangChain

io.github.webmyc/respira-wordpress

AI-native WordPress editing across 17 page builders. 233 tools, 337 with WooCommerce. Safe writes.

client:LangChain transport:stdio runtime:npm

Install Respira WordPress MCP in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "respira-wordpress": {
            "transport": "stdio",
            "command": "npx",
            "args": ["-y", "@respira/wordpress-mcp-server"],
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

Respira WordPress MCP in other clients