MCP Client
@ivanliu1989
About MCP Client
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-client-server-ivanliu1989": {
"command": "uv",
"args": [
"pip",
"install",
"-r",
"requirements.txt"
]
}
}
}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 Client?
MCP Client is a Python client for interacting with MCP servers, featuring a weather tool server as an example. It uses Anthropic's Claude API for natural language queries and can connect to any compatible MCP server script.
How to use MCP Client?
Install dependencies with uv pip install -r requirements.txt or uv pip install, set up an ANTHROPIC_API_KEY in a .env file, then run uv run client.py ./server/weather.py (or python client.py ./server/weather.py) to start the interactive chat. Type queries or quit to exit.
Key features of MCP Client
- Interactive chat client for MCP servers
- Example weather server with US state alerts and forecasts
- Extensible: connect to any MCP-compatible server script
- Uses Anthropic Claude API for natural language understanding
- Supports
.envfile for API key configuration
Use cases of MCP Client
- Query weather alerts for a US state via natural language
- Get location-based weather forecasts using NWS API
- Test or interact with any custom MCP server script
- Prototype AI‑powered tools that leverage MCP infrastructure
FAQ from MCP Client
What are the runtime requirements?
Python 3.12+, mcp>=1.9.2, and a valid Anthropic API key are required. uv is recommended but optional.
How does MCP Client connect to MCP servers?
It launches the server script as a subprocess (e.g., ./server/weather.py) and communicates via the MCP protocol. The client discovers server tools and processes natural language queries through Claude.
Where is the API key stored?
In a .env file at the project root (ANTHROPIC_API_KEY=your-key). It is loaded automatically and excluded from version control via .gitignore.
Does the weather server require internet?
Yes, it needs to reach https://api.weather.gov for alerts and forecasts.
What transport does the client use?
The client connects to MCP servers over stdio (standard input/output) by running the server script locally.
Frequently asked questions
What are the runtime requirements?
Python 3.12+, `mcp>=1.9.2`, and a valid Anthropic API key are required. `uv` is recommended but optional.
How does MCP Client connect to MCP servers?
It launches the server script as a subprocess (e.g., `./server/weather.py`) and communicates via the MCP protocol. The client discovers server tools and processes natural language queries through Claude.
Where is the API key stored?
In a `.env` file at the project root (`ANTHROPIC_API_KEY=your-key`). It is loaded automatically and excluded from version control via `.gitignore`.
Does the weather server require internet?
Yes, it needs to reach `https://api.weather.gov` for alerts and forecasts.
What transport does the client use?
The client connects to MCP servers over stdio (standard input/output) by running the server script locally.
Basic information
More Other MCP servers
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

DeepMark
DeepMark helps teachers deliver rapid, consistent marking with meaningful feedback for every student — in a fraction of the time. What once took a week, now takes one free period.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!

Glasswarp
GlasswarpSee and control a real Windows PC you own — from any MCP client, locally or remotely. Observe (UIA + screenshots), click/type/drag/scroll, launch apps, owner Live View. BYOH: your machine, your key.
Comments