MCP (Modelo de Contexto de Protocolo)
@MiguelAngelGutierrezMaya
About MCP (Modelo de Contexto de Protocolo)
This project build a local mcp server to fetch weather
Basic information
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
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
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/.
More Other MCP servers
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
ICSS
chokcoco不止于 CSS
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Servers
modelcontextprotocolModel Context Protocol Servers
Comments