ModelContextProtocol
by Arsalan7861 · HTML · ★ 0
ModelContextProtocol — MCP server.
Install
git clone https://github.com/Arsalan7861/ModelContextProtocol.git Claude Desktop config
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"modelcontextprotocol": {
"command": "npx",
"args": [
"-y",
"github:Arsalan7861/ModelContextProtocol"
]
}
}
} From the README
This project is an ASP.NET Core Web API that functions as a **Model Context Protocol (MCP) Server**. It provides AI tools (ChatGPT, Claude, etc.) with controlled access to real-world business data.
**In Simple Terms:** A bridge that allows AI to query your business data safely and efficiently.
---
**Purpose:** Manages and retrieves weather information for cities
**Data Stored:**
**Main Method: **
- **Input:** City name (e.g., "Ankara")
- **Output:** Weather object containing city and temperature
- **Error Handling:** Throws if city not found
**Usage Example:**
This class defines all op…
Read full README on GitHub →
💡 Need a managed MCP host?
Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.
Related other servers
playwright-mcp
microsoft
★ 31,828
Playwright MCP server
Other · TypeScript
playwright-cli
microsoft
★ 9,714
CLI for common Playwright actions. Record and generate Playwright code, inspect selectors and take screenshots.
Other · TypeScript
financial-services-plugins
anthropics
Official ★ 7,840
financial-services-plugins — MCP server.
Other · Python
NLWeb
nlweb-ai
★ 6,197
Main reference implementation for NLWeb, implemented in Python.
Other · Python
OpenSpace
HKUDS
★ 5,940
"OpenSpace: Make Your Agents: Smarter, Low-Cost, Self-Evolving" -- Community: https://open-space.cloud/
Other · Python
csharp-sdk
modelcontextprotocol
Official ★ 4,229
The official C# SDK for Model Context Protocol servers and clients. Maintained in collaboration with Microsoft.
Other · C#