MCP-Server

MCP-Server

0

This project provides a setup for an MCP Server using Python SDK, including instructions to configure API keys and execute both server and client scripts, with options for connection types.

MCP Server Using Python SDK

  • Set up the necessary API keys for the program by creating an .env file in both client and server folders.
  • To run the MCP server, navigate to the server directory and execute the Python script.
  • To run the client that connects to the MCP Server, navigate to the client directory, choose the appropriate connection type (stdio, sse), and execute the Python script.