# MCP Servers

> 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.

- **Type:** MCP server
- **Install:** `agentstack add mcp-sanket-164-mcp-servers`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [sanket-164](https://agentstack.voostack.com/s/sanket-164)
- **Installs:** 0
- **Category:** [Integrations](https://agentstack.voostack.com/c/integrations)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [sanket-164](https://github.com/sanket-164)
- **Source:** https://github.com/sanket-164/MCP-Servers
- **Website:** https://sanket-mcps.vercel.app/

## Install

```sh
agentstack add mcp-sanket-164-mcp-servers
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# MCP Servers

- `clash-of-clans`: https://sanket-mcps.vercel.app/mcp/clash-of-clans
- `brawlstars`: https://sanket-mcps.vercel.app/mcp/brawlstars
- `leetcode`: https://sanket-mcps.vercel.app/mcp/leetcode
- `mealdb`: https://sanket-mcps.vercel.app/mcp/mealdb

## 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

- [Brawl Stars MCP](server/src/mcp/brawlstars/README.md)
- [Clash of Clans MCP](server/src/mcp/clash-of-clans/README.md)
- [LeetCode MCP](server/src/mcp/leetcode/README.md)
- [TheMealDB MCP](server/src/mcp/mealdb/README.md)

## Setup

### Connect Remote Server

1. Open Claude.

2. Go to **Custom Connector**.

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

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

### Setup Locally

1. Clone the repository, install dependencies, and build the server.

```bash
git clone https://github.com/sanket-164/MCP-Servers.git
cd MCP-Servers/server
npm install
npm run build
```

2. Open Claude Desktop.

3. Go to **Settings**.

4. Go to **Developer Mode** and click **Edit Config**.

5. Edit the config by adding static paths to mcp servers file and save it.

```bash
{
  ...
  ,
  "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"
      ]
    }
  }
}

```

6. Reopen Claude Desktop and go to **Developer Mode**.

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

## Demo prompts (copy-paste)

### Clash of Clans

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

### Brawl Stars

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

### LeetCode

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

### TheMealDB

```text
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.
```

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [sanket-164](https://github.com/sanket-164)
- **Source:** [sanket-164/MCP-Servers](https://github.com/sanket-164/MCP-Servers)
- **License:** MIT
- **Homepage:** https://sanket-mcps.vercel.app/

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-sanket-164-mcp-servers
- Seller: https://agentstack.voostack.com/s/sanket-164
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
