Installation Instructions
To install this paclet in your Wolfram Language environment,
evaluate this code:
PacletInstall["AntonAntonov/MCPClient"]
To load the code after installation, evaluate this code:
Needs["AntonAntonov`MCPClient`"]
Examples
Basic Examples (4)
Create an MCP client by start an MCP server using a Python file:
MCP initialize the interaction between the client and server:
Get a list of the MCP server tools and tabulate the parts of the corresponding records:
Convert MCP tool specs into LLMTool objects:
Scope (2)
Show the Python MCP server script included in the paclet:
Get the file name of Docker MCP server profile file:
Summarize the content of that file:
Publisher
Anton Antonov
Disclosures
Compatibility
Wolfram Language Version 14.3
External Links
Version History
- 1.0.2
– 21 May 2026
- 1.0.1
– 18 May 2026
- 1.0.0
– 18 May 2026
MIT License
Paclet Source
See Also