python-sdk icon indicating copy to clipboard operation
python-sdk copied to clipboard

Is it a server?

Open jul-star opened this issue 1 month ago • 1 comments

Question

Hello, Where is package.json? Where is server.py? Is it a library to implement MCP?

Additional Context

No response

jul-star avatar Nov 14 '25 14:11 jul-star

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.

maxisbey avatar Nov 17 '25 16:11 maxisbey