JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 8
  • Score
    100M100P100Q73870F
  • License MIT

iconLake MCP server

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@iconlake/mcp) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    iconLake MCP Server

    Welcome to the iconLake MCP Server. This server is designed to handle requests for the Model Context Protocol (MCP) using the iconLake service.

    Getting Started

    Usage with Claude Desktop

    Add to your claude_desktop_config.json:

    {
      "mcpServers": {
        "iconlake": {
          "command": "npx",
          "args": [
            "-y",
            "@iconlake/mcp"
          ],
          "env": {
            "ICONLAKE_ENDPOINT": "https://iconlake.com",
            "ICONLAKE_ACCESS_KEY": ""
          }
        }
      }
    }

    Configuration

    The server configuration is defined in claude_desktop_config.json. Ensure the following environment variables are set correctly: