MCP.so
Sign In

MCP Server Example

@dev-jpnobrega

About MCP Server Example

A Domain-Driven MCP server that provides real-time weather information for Brazilian cities. Designed with SOLID principles, it leverages dependency injection and separates domain logic from infrastructure services to ensure scalability, maintainability, and testability.

Basic information

Category

Other

License

MIT

Runtime

node

Transports

stdio

Publisher

dev-jpnobrega

Config

No standard config provided

This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.

Repository

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 Server Example?

MCP Server Example is a Domain-Driven MCP server that provides real-time weather information for Brazilian cities. It is designed with SOLID principles, using dependency injection and separating domain logic from infrastructure services.

How to use MCP Server Example?

Install via npm (npm install), build with npm run build, and run in development mode with npm run start:dev. For use with Claude Desktop App, configure the MCP server in the claude_desktop_config.json file.

Key features of MCP Server Example

  • Real‑time weather data for Brazilian cities
  • Domain‑Driven Design with SOLID principles
  • Dependency injection for maintainability
  • Separation of domain logic and infrastructure
  • Unit testing support with Jest
  • Easy integration with Claude Desktop App

Use cases of MCP Server Example

  • Getting current weather conditions for Brazilian cities
  • Building a weather‑aware assistant with Claude Desktop
  • Testing MCP server development workflows
  • Learning Domain‑Driven Design in MCP projects

FAQ from MCP Server Example

What is MCP Server Example?

MCP Server Example is a Domain‑Driven MCP server that delivers real‑time weather information specifically for Brazilian cities.

How do I install and run MCP Server Example?

Install via npm install, build with npm run build, and run in development mode using npm run start:dev.

How do I use MCP Server Example with Claude Desktop?

Download the Claude Desktop App, then add the MCP server configuration to the claude_desktop_config.json file as described in the MCP quickstart guide.

What testing framework is used?

MCP Server Example uses Jest for unit tests, run with npm run test.

What are the runtime requirements?

The server requires Node.js and npm. No other runtime dependencies are specified in the README.

Comments

More Other MCP servers