lumalisan
MCP Serverlumalisanpublic

mcp collection

Custom Model Context Protocol (MCP) server implementations bridging LLMs to tools & APIs (Weather, Pokémon, etc.). Practical examples w/ Typescript.

Repository Info

0
Stars
0
Forks
0
Watchers
0
Issues
TypeScript
Language
-
License

About This Server

Custom Model Context Protocol (MCP) server implementations bridging LLMs to tools & APIs (Weather, Pokémon, etc.). Practical examples w/ Typescript.

Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.

Documentation

Model Context Protocol (MCP) Server Collection w/ Typescript

🎯 About This Collection

Welcome to my repository of Model Context Protocol (MCP) server implementations!

This project showcases a variety of custom-built servers designed to explore and demonstrate the power of the Model Context Protocol. MCP is an emerging standard that aims to streamline how Large Language Models (LLMs) securely connect to and utilize diverse data sources, external APIs, and other tools. My goal here is to provide practical, hands-on examples of how MCPs can act as bridges, enabling LLMs to perform more complex, context-aware tasks by interacting with real-world services.

Feel free to explore the code, see how different MCPs are structured, and get inspired!

✨ What You'll Find Inside

Here are some key aspects and examples of MCPs you can explore:

  • Diverse Service Integrations: Working MCP server examples that connect LLMs to various useful services, including:
    • ☀️ Weather MCP: Provides current weather, daily/hourly forecasts, and air quality data (using the Open-Meteo API).
    • 👾 Pokémon API MCP: Allows LLMs to fetch detailed information about Pokémon, their abilities, stats, and more (using PokéAPI).
  • Practical MCP Implementation: Each project demonstrates core MCP concepts like tool definition, input/output schemas (using Zod), and communication handling via the MCP SDK.
  • Empowering LLMs: Clear examples of how these servers can provide LLMs with the necessary context and capabilities to answer specific queries or perform actions.
  • Modular & Understandable Code: A focus on clean, organized code. For instance, the Weather MCP demonstrates decoupled logic for API calls and geocoding for better maintainability.

🚀 Core Technologies Used

The following technologies and tools are commonly used across these MCP projects:

  • Runtime Environment: Node.js
  • MCP Development: @modelcontextprotocol/typescript-sdk
  • Language: TypeScript
  • Schema Definition & Validation: Zod
  • Key APIs Integrated (Examples):
    • Open-Meteo API
    • PokéAPI

📂 Repository Structure & Usage

This repository is organized with each distinct MCP server implementation residing in its own dedicated directory (e.g., 01-weather/, 02-pokemon/).

To get started with a specific MCP:

  1. Clone this repository.
  2. Navigate into the directory of the MCP you're interested in.
  3. Run pnpm install (or the package manager you like the most).
  4. Run pnpm dev to try the MCP Inspector.
  5. When you are ready to try the MCP with the AI you need to configure it. This will depend on your client, but a typical configuration look like this:
{
    "mcpServers": {
        "weather": {
            "type": "stdio",
            "command": "npx",
            "args": [
                "-y",
                "tsx",
                "[your local path to \01-weather]"
            ]
        }
    }
}

Install in VS Code

You can also install the MCP servers using the VS Code CLI:

# For the weather MCP server
code --add-mcp '{"name":"weather","command":"npx","args":["-y","tsx","[your local path to \01-weather]"]}'

After installation, the MCP server will be available for use with your GitHub Copilot agent in VS Code.

Most servers here are designed to communicate via stdin/stdout using the StdioServerTransport from the MCP SDK, as shown in the examples.

Screenshots

Weather MCP

!Get air quality !Get current weather !Get daily forecast !Get hourly forecast on date

Pokemon MCP

!Get pokemon details !Get move details !Get ability details


Happy coding, and I hope you find these MCP examples useful!

Quick Start

1

Clone the repository

git clone https://github.com/lumalisan/mcp-collection
2

Install dependencies

cd mcp-collection
npm install
3

Follow the documentation

Check the repository's README.md file for specific installation and usage instructions.

Repository Details

Ownerlumalisan
Repomcp-collection
LanguageTypeScript
License-
Last fetched8/10/2025

Recommended MCP Servers

💬

Discord MCP

Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.

integrationsdiscordchat
🔗

Knit MCP

Connect AI agents to 200+ SaaS applications and automate workflows.

integrationsautomationsaas
🕷️

Apify MCP Server

Deploy and interact with Apify actors for web scraping and data extraction.

apifycrawlerdata
🌐

BrowserStack MCP

BrowserStack MCP Server for automated testing across multiple browsers.

testingqabrowsers

Zapier MCP

A Zapier server that provides automation capabilities for various apps.

zapierautomation