MCP ExplorerExplorer

Mcp Quick Resources

@fdmochoon a year ago
1 MIT
FreeCommunity
AI Systems
Model Context Protocol Quick Resources

Overview

What is Mcp Quick Resources

MCP_Quick_Resources is a repository that provides quick access to servers and clients developed for the Model Context Protocol (MCP), including a weather server and a chatbot client.

Use cases

Use cases include developing a weather forecasting application that provides real-time alerts and forecasts, and creating interactive chatbots that utilize the Model Context Protocol for enhanced user interaction.

How to use

To use MCP_Quick_Resources, you need to add the MCP build folder or copy the index.js build file to your MCP server folder, and then run the appropriate build command based on your operating system.

Key features

Key features include a simple weather server, tools for getting alerts and forecasts, and support for building MCP clients powered by large language models (LLMs).

Where to use

MCP_Quick_Resources can be used in various fields such as weather forecasting applications, chatbot development, and any project that requires context-aware communication protocols.

Content

Quickstart Resources

A repository of servers and clients from the following Model Context Protocol tutorials:

Weather client

Claude Desktop
add mcp build folder or copy index.js build to your mcp server folder

./weather-server-typescript/weather/build/index.js

claude_desktop_config.json

{
    "mcpServers": {
        "weather": {
            "command": "node",
            "args": [
                "C:\\PATH\\TO\\PARENT\\FOLDER\\weather\\build\\index.js"
            ]
        }
    }
}

Cursor

Or as a minimal example:

{
    "mcpServers": {
        "weather": {
            "command": "node",
            "args": [
                "C:\\PATH\\TO\\PARENT\\FOLDER\\weather\\build\\index.js"
            ]
        }
    }
}

Tools

  • get-alerts
  • get-forecast

Build

linux

npm run build

windows

npm run buildwin

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers