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`
UninstallMCPServer
​
UninstallMCPServer
["application"]
uninstalls all the MCP servers that have been installed for the specified application.
​
​
UninstallMCPServer
[
MCPServerObject
[…]]
uninstalls the specified MCP server from any applications it has previously been installed for.
​
​
UninstallMCPServer
["application",server]
uninstalls the specified MCP server from the specified application.
​
​
UninstallMCPServer
[
File
[…],server]
uninstalls the specified MCP server from the given JSON configuration file.
​
​
UninstallMCPServer
[
All
]
uninstalls all previously installed MCP servers
​
Details and Options

Examples  
(2)
Basic Examples  
(2)
Install the default MCP server for
Claude Desktop
:
In[1]:=
InstallMCPServer
["ClaudeDesktop"]
Out[1]=
Success
✓
Message: Successfully installed MCP server "Wolfram" for Claude Desktop.
Location: File
C:/Users/rhennigan/AppData/Roaming/Claude/claude_desktop_config.json


Uninstall it:
In[2]:=
UninstallMCPServer
["ClaudeDesktop"]
Out[2]=
Success
✓
Message: Successfully uninstalled MCP server "Wolfram" for Claude Desktop.
Location: File
C:/Users/rhennigan/AppData/Roaming/Claude/claude_desktop_config.json


​
Uninstall all previously installed MCP servers:
In[1]:=
UninstallMCPServer
[All]
Out[1]=
Success
✓
Message: Successfully uninstalled MCP server "Wolfram".
Location: File
C:/Users/rhennigan/AppData/Roaming/Claude/claude_desktop_config.json

,Success
✓
Message: Successfully uninstalled MCP server "Wolfram".
Location: File
C:/Users/rhennigan/.cursor/mcp.json


SeeAlso
InstallMCPServer
 
▪
MCPServerObject
 
▪
DeleteObject
""

© 2025 Wolfram. All rights reserved.

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