← swiperjs.com

INDIVIDUAL MCP TOOL

search-api

Search Swiper API documentation for options, methods, or events.

swiperjs.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

swiperjs.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.swiperjs-com]
url = "https://swiperjs.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "swiperjs-com": {
      "type": "http",
      "url": "https://swiperjs.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: swiperjs-com
Remote MCP URL: https://swiperjs.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "swiperjs-com": {
      "url": "https://swiperjs.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "swiperjs-com": {
      "type": "http",
      "url": "https://swiperjs.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "swiperjs-com",
  "transport": "streamable-http",
  "url": "https://swiperjs.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get-option — Get detailed information about a specific Swiper option by name, including type, default value, and description.
  • get-method — Get detailed information about a specific Swiper method by name, including signature, parameters, return type, and description.
  • get-event — Get detailed information about a specific Swiper event by name, including parameters and description.
  • get-demo — Get demo code for a specific Swiper demo.
  • list-demos — List all available Swiper demos with their slugs, titles, folders, and available frameworks.
  • get-module-options — Get all options, methods, and events for a specific Swiper module (e.g., "navigation", "pagination", "autoplay").
  • get-premium-recommendations — Get premium Swiper plugin recommendations based on effect type, module, keywords, or use case.