← Back to Plugins
MCP Server MCP

io.github.aprilelevengo/swotpal-mcp-server

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @swotpal/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@swotpal/mcp-server",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "SWOTPal API key from swotpal.com dashboard",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "SWOTPAL_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...