Command Palette

Search for a command to run...

UnylyUnyly
Browse all

S

FreeNot checked

A collection of Model Context Protocol (MCP) servers made and exposed over HTTP and STDIO for various applications including Leetcode, MealDB, Clash of Clans, a

GitHubEmbed

About

A collection of Model Context Protocol (MCP) servers made and exposed over HTTP and STDIO for various applications including Leetcode, MealDB, Clash of Clans, and Brawl Stars.

README

Use cases

  • brawlstars: player and club lookups, rankings by country/global, and matchup-style comparisons.
  • clash-of-clans: clan scouting and war readiness summaries, war log lookups, and player/clan comparison helpers.
  • leetcode: user profile analysis, problem discovery (by tag/difficulty), contest information, and discussion topic exploration.
  • mealdb: recipe search, category/ingredient/cuisine filtering, and recipe-guided meal inspiration or planning.

Server-specific docs

Setup

Connect Remote Server

  1. Open Claude.

Open Claude Desktop

  1. Go to Custom Connector.

Go to Custom Connector

  1. Add your MCP server URL and your preferred name.

Add MCP Server

  1. Select Always Allow so the AI does not ask for permissions repeatedly.

Always Allow

Setup Locally

  1. Clone the repository, install dependencies, and build the server.
git clone https://github.com/sanket-164/MCP-Servers.git
cd MCP-Servers/server
npm install
npm run build
  1. Open Claude Desktop.

Open Claude Desktop

  1. Go to Settings.

Go to Settings

  1. Go to Developer Mode and click Edit Config.

Open Claude Config

  1. Edit the config by adding static paths to mcp servers file and save it.
{
  ...
  ,
  "mcpServers": {
    "mealdb-mcp": {
      "command": "node",
      "args": [
        "[Parent-Folder]\\MCP-Servers\\server\\dist\\mcp\\mealdb\\stdio.js"
      ]
    },
    "leetcode-mcp": {
      "command": "node",
      "args": [
        "[Parent-Folder]\\MCP-Servers\\server\\dist\\mcp\\leetcode\\stdio.js"
      ]
    },
    "clashofclans-mcp": {
      "command": "node",
      "args": [
        "[Parent-Folder]\\MCP-Servers\\server\\dist\\mcp\\clash-of-clans\\stdio.js"
      ]
    },
    "brawlstars-mcp": {
      "command": "node",
      "args": [
        "[Parent-Folder]\\MCP-Servers\\server\\dist\\mcp\\brawlstars\\stdio.js"
      ]
    }
  }
}
  1. Reopen Claude Desktop and go to Developer Mode.

View MCP Servers

  1. Select Always Allow so the AI does not ask for permissions repeatedly.

Always Allow

Demo prompts (copy-paste)

Clash of Clans

Provide a complete summary of a clan tag [clanTag] in clash of clans. Include clan profile, members, war activity, and key insights.

Brawl Stars

Provide a full report for brawlstars player tag [playerTag]. Include trophies, top brawlers, recent performance, and improvement suggestions.

LeetCode

Compare these two leetcode profiles: [username1] and [username2]. Show solved counts by difficulty, contest performance, language usage, strengths, and a final comparison summary.

TheMealDB

Suggest a few categories or cuisines I can cook from. Then recommend one dish with its complete recipe, ingredients list, and step-by-step instructions.

from github.com/sanket-164/MCP-Servers

Installing S

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/sanket-164/MCP-Servers

FAQ

Is S MCP free?

Yes, S MCP is free — one-click install via Unyly at no cost.

Does S need an API key?

No, S runs without API keys or environment variables.

Is S hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install S in Claude Desktop, Claude Code or Cursor?

Open S on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare S with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs