python-sdk
python-sdk copied to clipboard
Is it a server?
Question
Hello, Where is package.json? Where is server.py? Is it a library to implement MCP?
Additional Context
No response
This is a Python library/SDK for both clients and servers to implement MCP functionality.
package.json is specific to Javasript, this is Python so it does not have that file. As for server.py I'm not entirely sure what you're referring to there. You can install the MCP package from pypi https://pypi.org/project/mcp/ and then import it into your project to either create an MCP server or MCP client.
There's plenty of examples in the README.md file, and also in the examples/ folder in the root of the repo that you can follow.