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

MCPServer

Symbols

  • CreateMCPServer
  • InstallMCPServer
  • MCPServerObject
  • MCPServerObjectQ
  • MCPServerObjects
  • UninstallMCPServer
RickHennigan`MCPServer`
CreateMCPServer
​
CreateMCPServer
["name"]
creates an MCP server based on the current
$LLMEvaluator
.
​
​
CreateMCPServer
["name",config]
creates an MCP server from the
LLMConfiguration
specified by
config
.
​
Details and Options

Examples  
(1)
Basic Examples  
(1)
Create an MCP server from an
LLMConfiguration
:
In[1]:=
config=LLMConfiguration["Tools"{LLMTool["PrimeFinder",{"n""Integer"},Prime[#n]&]}]
Out[1]=
LLMConfiguration
Model: Automatic

In[2]:=
server=
CreateMCPServer
["My MCP Server",config]
Out[2]=
MCPServerObject
Name: My MCP Server
Transport: StandardInputOutput

Install the server for use in
Claude desktop
:
In[3]:=
InstallMCPServer
["ClaudeDesktop",server]
Out[3]=
Success
✓
Message: Successfully installed MCP server "My MCP Server" for Claude Desktop.
Location: File
C:/Users/rhennigan/AppData/Roaming/Claude/claude_desktop_config.json


Restart Claude desktop and then your tools will now be usable by Claude:
In[4]:=
Deleting the server will also automatically uninstall it from Claude desktop:
In[5]:=
DeleteObject[server]
SeeAlso
InstallMCPServer
 
▪
MCPServerObject
 
▪
UninstallMCPServer
""

© 2025 Wolfram. All rights reserved.

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