Get started with building your first MCP server
Overview
what is simple-mcp-server?
The simple-mcp-server project demonstrates how to build simple MCP (Model Context Protocol) servers for fetching weather information and stock prices. It includes two agents: weather-agent and stocks-agent.
how to use simple-mcp-server?
To use the simple-mcp-server, clone the repository, install the necessary dependencies for each agent, and start the MCP servers from the configuration file in VS Code. You can then ask questions related to weather or stocks.
key features of simple-mcp-server?
- Weather Agent: Fetches real-time weather information (temperature and conditions) for a given city.
- Stocks Agent: Provides real-time stock prices for various symbols in the Indian share market.
use cases of simple-mcp-server?
- Fetching current weather conditions for a specific location.
- Retrieving real-time stock prices for investment analysis.
- Integrating with VS Code for enhanced development experience.
FAQ from simple-mcp-server?
- What are the prerequisites for running the server?
You need Node.js (v16 or higher) and either NPM or Yarn.
- Is there a video tutorial available?
Yes! You can watch the tutorial here.
- What license is the project under?
The project is licensed under the MIT License.