https://github.com/scholarly360/MCP-Server-and-client-Implementation-on-Linux
MCP Server and client Implementation on Linux (Rather then using Claude Desktop)
https://github.com/scholarly360/MCP-Server-and-client-Implementation-on-Linux
Last synced: about 2 months ago
JSON representation
MCP Server and client Implementation on Linux (Rather then using Claude Desktop)
- Host: GitHub
- URL: https://github.com/scholarly360/MCP-Server-and-client-Implementation-on-Linux
- Owner: scholarly360
- License: apache-2.0
- Created: 2025-03-31T13:38:29.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-03-31T14:35:02.000Z (7 months ago)
- Last Synced: 2025-03-31T14:49:27.700Z (7 months ago)
- Language: Python
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-mcp-servers - **MCP-Server-and-client-Implementation-on-Linux** - MCP Server and client Implementation on Linux (Rather then using Claude Desktop) `python` `mcp` `server` `pip install git+https://github.com/scholarly360/MCP-Server-and-client-Implementation-on-Linux` (AI/ML)
- awesome-mcp-servers - **MCP-Server-and-client-Implementation-on-Linux** - MCP Server and client Implementation on Linux (Rather then using Claude Desktop) `python` `mcp` `server` `pip install git+https://github.com/scholarly360/MCP-Server-and-client-Implementation-on-Linux` (🤖 AI/ML)
README
# 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 ::
https://youtu.be/53HvVkybgW8