basic-mcp
Provides tools and resources to retrieve GitHub user profiles, including user information such as name, bio, followers, and public repositories.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@basic-mcpshow me the GitHub profile for torvalds"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
basic-mcp
A Model Context Protocol (MCP) server with a React interface, exposing tools and resources related to GitHub users and weather.
Project structure
basic-mcp/
├── server/ # Serveur MCP (Node.js / TypeScript)
│ ├── main.ts # Point d'entrée — transport stdio
│ ├── server-http.ts # Point d'entrée — transport HTTP (Streamable HTTP)
│ └── src/
│ ├── application/ # Cas d'usage (GetGitHubUser, GetWeather)
│ ├── domain/ # Entités et ports (interfaces)
│ ├── infrastructure/ # Implémentations des repositories
│ └── interface/mcp/ # Outils et ressources MCP exposés
└── client/ # Interface React + Vite
└── src/
├── application/hooks/ # useMcpTool, useMcpResource
├── domain/ # Entités côté client
├── infrastructure/mcp/ # Adaptateur MCP client
└── presentation/ # Composants ReactRelated MCP server: Weather MCP
Prerequisites
Node.js >= 18
npm >= 9
Installation
npm install
cd client && npm installGetting started
Server only (stdio)
npm run startHTTP server (port 3001)
npm run start:httpHTTP server + React interface
npm run start:uiThe interface is accessible at http://localhost:5173.
The HTTP MCP server listens at http://localhost:3001/mcp.
Available MCP tools
Tool | Description |
| Checks that the server is responding |
| Returns information for a GitHub user |
| Returns the weather for a latitude/longitude |
Available MCP resources
URI | Description |
| GitHub profile of a user |
| Weather for GPS coordinates |
Architecture
The project follows the principles of Clean Architecture:
Domain — entities and port interfaces (no external dependencies)
Application — use cases orchestrating business logic
Infrastructure — HTTP calls to external APIs (GitHub, Open-Meteo)
Interface — exposure via the MCP protocol
This server cannot be deployed
Maintenance
Related MCP Connectors
A Model Context Protocol (MCP) application for automated GitHub PR analysis and issue management.…
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
A MCP server built for developers enabling Git based project management with project and personal…
Model Context Protocol server for Studex tools, notifications, and profile integrations
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceA Node.js/TypeScript server implementing the Model Context Protocol that provides integrations with GitHub and Notion, allowing automated workflow between these platforms via API endpoints.681 npmMIT
- FlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that enables natural language weather queries for global cities, integrating with OpenWeather API to provide real-time weather information in an easy-to-read format.1-
- FlicenseNot gradedqualityCmaintenanceA Model Context Protocol server that interfaces with OpenWeatherMap API to provide real-time weather information and forecasts for cities worldwide.-
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that provides weather information using the Open-Meteo API, allowing users to get current weather for specific cities and retrieve weather data for date ranges.Apache 2.0