Wolfram Language Paclet Repository

Community-contributed installable additions to the Wolfram Language

Primary Navigation

    • Cloud & Deployment
    • Core Language & Structure
    • Data Manipulation & Analysis
    • Engineering Data & Computation
    • External Interfaces & Connections
    • Financial Data & Computation
    • Geographic Data & Computation
    • Geometry
    • Graphs & Networks
    • Higher Mathematical Computation
    • Images
    • Knowledge Representation & Natural Language
    • Machine Learning
    • Notebook Documents & Presentation
    • Scientific and Medical Data & Computation
    • Social, Cultural & Linguistic Data
    • Strings & Text
    • Symbolic & Numeric Computation
    • System Operation & Setup
    • Time-Related Computation
    • User Interface Construction
    • Visualization & Graphics
    • Random Paclet
    • Alphabetical List
  • Using Paclets
    • Get Started
    • Download Definition Notebook
  • Learn More about Wolfram Language

MCPClient

Guides

  • Thin MCP Client

Tech Notes

  • Client for a Python-made MCP server
  • Client for Docker MCP Toolkit

Symbols

  • MCPInitialize
  • MCPKill
  • MCPListTools
  • MCPStart
  • MCPToLLMTool
AntonAntonov`MCPClient`
MCPToLLMTool
​
MCPToLLMTool[spec]
convert MCP tool spec to an
LLMTool
object.
​
​
MCPToLLMTool[{t1,t2,...}]
convert MCP server tool specs into
LLMTool
objects.
​
Details and Options
Examples  
(1)
Basic Examples  
(1)
Here are MCP tool specs:
In[1]:=
mcpTools=
;
Convert one MCP tool spec to
LLMTool
object:
In[2]:=
MCPToLLMTool
[client,mcpTools〚2〛]
Out[2]=
LLMTool
Name: add
Description: Add two numbers.

Convert all specs:
In[3]:=
MCPToLLMTool
[client,mcpTools]
Out[3]=
LLMTool
Name: get_datetime
Description: Current date-time. Args: None
,LLMTool
Name: add
Description: Add two numbers.
,LLMTool
Name: random_words_list
Description: Generate a list of random words.
,LLMTool
Name: random_pet_names_list
Description: Generate a list of random pet names.
,LLMTool
Name: random_pretentious_job_title_list
Description: Generate a list of random pretentious job titles.

SeeAlso
MCPListTools
RelatedGuides
▪
Thin MCP Client
""

© 2026 Wolfram. All rights reserved.

  • Legal & Privacy Policy
  • Contact Us
  • WolframAlpha.com
  • WolframCloud.com