
mcp servers
This project is for MCP Servers and Agentic Modelling.
Repository Info
About This Server
This project is for MCP Servers and Agentic Modelling.
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
MCP Server
In this we have created a simple MCP(Model Context Protocol).
Output:
!Sample Image
Some More example prompts to try out:
WeatherInfo Tool
Prompt Examples:
- "What's the weather like in Tokyo?"
- "Tell me the temperature in New York in Fahrenheit"
- "Is it raining in London right now?"
Test Cases:
// Test case 1: Known location in default units (Celsius)
await WeatherInfo({
location: "Tokyo"
});
// Expected result: Tokyo weather in Celsius
// Test case 2: Known location with Fahrenheit units
await WeatherInfo({
location: "New York",
unit: "fahrenheit"
});
// Expected result: New York weather with temperature in Fahrenheit
// Test case 3: Another known location
await WeatherInfo({
location: "London"
});
// Expected result: London weather data
// Test case 4: Unknown location (should generate random weather)
await WeatherInfo({
location: "Atlantis"
});
// Expected result: Generated weather data for unknown location
Quick Start
Clone the repository
git clone https://github.com/jigarbhoye04/mcp-serversInstall dependencies
cd mcp-servers
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.