MCP-Server-and-client-Implementation-on-Linux
This project provides an implementation of an MCP server and client on Linux using Python. It includes steps for setting up a virtual environment and installing dependencies. The README outlines the creation of separate directories for the server and client, along with the generation of their respective files. A YouTube video is linked for visual support.
GitHub Stars
4
User Rating
Not Rated
Forks
4
Issues
3
Views
0
Favorites
0
MCP-Server-and-client-Implementation-on-Linux
MCP Server and client Implementation on Linux (Rather than using Claude Desktop)
MCP Server ::
Create a new directory for our server
uv init mcp_server_explore cd mcp_server_explore
Create virtual environment and activate it
uv venv source .venv/bin/activate
Install dependencies
uv add "mcp[cli]"
Create our server file
touch mcp_server_explore.py
MCP Client ::
Create a new directory for our client
uv init mcp_client_explore cd mcp_client_explore
Create virtual environment and activate it
uv venv source .venv/bin/activate
Install dependencies
uv add mcp python-dotenv anthropic
Create our server file
touch mcp_client_explore.py
RUN ::
uv run mcp_client_explore.py /workspaces/vsc_dev_mcp_explore/mcp_server_explore/mcp_server_explore.py
YouTube Video ::
AI Director at Deloitte | Specialist in SalesTech, MarTech, and LegalTech | Formerly at Conga, ContractWrangler, Netcore, Adroitbot, Cequity, and Impetus
5
Followers
30
Repositories
0
Gists
8
Total Contributions