Odel
swotpal mcp server

swotpal mcp server

Local
@aprilelevengoJavaScriptMITUpdated 5mo ago

MCP Server for SWOTPal — SWOT analysis tools for AI agents (Claude, Cursor, Windsurf)

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@swotpal/mcp-serverv0.1.1

Run

npx -y @swotpal/mcp-server

MCP client config

{
  "mcpServers": {
    "swotpal-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@swotpal/mcp-server"
      ]
    }
  }
}