mcp-server-api

ankitkjha/mcp-server-api

3.1

If you are the rightful owner of mcp-server-api and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The MCP Server is designed to integrate LLM agents with external data sources and tools, facilitating seamless communication and data exchange.

MCP Server

MCP Server to integrate with Weather API and connect to Claude Desktop.

Getting Started

Follow the steps below to set up the project locally:

1. Clone the Repository

git clone https://github.com/ankitkjha/mcp-server-api.git

cd mcp-server-api

2. Install uv Package Manager

Windows

powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"

macOS/Linux

curl -LsSf https://astral.sh/uv/install.sh | sh

3. Create and Activate Virtual Environment

Create Virtual Environment

uv init

uv venv

Activate Virtual Environment

macOS/Linux

source .venv/bin/activate

Windows

.venv\Scripts\activate

4. Install Required Dependencies

uv add -r requirements.txt

MCP server is part of a system that integrates LLM agents with external data (like weather APIs) and tools via Claude Desktop using MCP (Module Context Protocol).