MCP (Modelo de Contexto de Protocolo)
@MiguelAngelGutierrezMaya
About MCP (Modelo de Contexto de Protocolo)
This project build a local mcp server to fetch weather
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"local-mcp": {
"command": "npx",
"args": [
"@modelcontextprotocol/inspector",
"npx",
"-y",
"tsx",
"src/main.ts"
]
}
}
}Tools
No tools detected
Fetch the live tool list by running this server in a temporary sandbox using the button above.
Overview
What is MCP (Modelo de Contexto de Protocolo)?
MCP (Modelo de Contexto de Protocolo) is an implementation of the Model Context Protocol built with Node.js and TypeScript. It provides a server with tools for querying weather data, intended for developers building MCP-compatible systems.
How to use MCP (Modelo de Contexto de Protocolo)?
Install dependencies with pnpm, then run pnpm dev for development, pnpm build to compile, and pnpm start for production. Use npx @modelcontextprotocol/inspector npx -y tsx src/main.ts to inspect the server.
Key features of MCP (Modelo de Contexto de Protocolo)
- TypeScript with strict mode and advanced type checking
- ESLint with flat config and Prettier formatting
- Zod schema validation library
- Weather query tools via MCP server
- Modern package management with pnpm
- Clear error handling and URL safety
Use cases of MCP (Modelo de Contexto de Protocolo)
- Building a weather data MCP server for client applications
- Developing and testing MCP protocol implementations
- Practicing TypeScript and code quality tooling setup
- Creating a reference MCP server with best practices
FAQ from MCP (Modelo de Contexto de Protocolo)
What runtime and dependencies are required?
Node.js is the runtime, with pnpm as the package manager. TypeScript, ESLint, Prettier, and Zod are configured.
How can I inspect the MCP server?
Run npx @modelcontextprotocol/inspector npx -y tsx src/main.ts to launch the inspector.
What tools does the server provide?
The server includes tools for querying weather data, implemented in src/main.ts.
How do I set up the project for development?
Use pnpm dev to start in development mode, pnpm lint to check code, and pnpm format to auto-format.
What is the project structure?
Main entry point is src/main.ts, interfaces in src/interfaces.ts, compiled output in dist/.
Frequently asked questions
What runtime and dependencies are required?
Node.js is the runtime, with pnpm as the package manager. TypeScript, ESLint, Prettier, and Zod are configured.
How can I inspect the MCP server?
Run `npx @modelcontextprotocol/inspector npx -y tsx src/main.ts` to launch the inspector.
What tools does the server provide?
The server includes tools for querying weather data, implemented in `src/main.ts`.
How do I set up the project for development?
Use `pnpm dev` to start in development mode, `pnpm lint` to check code, and `pnpm format` to auto-format.
What is the project structure?
Main entry point is `src/main.ts`, interfaces in `src/interfaces.ts`, compiled output in `dist/`.
Basic information
More Other MCP servers
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.

Glasswarp
GlasswarpSee and control a real Windows PC you own — from any MCP client, locally or remotely. Observe (UIA + screenshots), click/type/drag/scroll, launch apps, owner Live View. BYOH: your machine, your key.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Codelf
unbugA search tool helps dev to solve the naming things problem.
Comments