Wolfram Language
Paclet Repository
Community-contributed installable additions to the Wolfram Language
Primary Navigation
Categories
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
Create a Paclet
Get Started
Download Definition Notebook
Learn More about
Wolfram Language
MCPServer
Symbols
CreateMCPServer
InstallMCPServer
MCPServerObject
MCPServerObjectQ
MCPServerObjects
UninstallMCPServer
RickHennigan`MCPServer`
C
r
e
a
t
e
M
C
P
S
e
r
v
e
r
C
r
e
a
t
e
M
C
P
S
e
r
v
e
r
[
"
n
a
m
e
"
]
c
r
e
a
t
e
s
a
n
M
C
P
s
e
r
v
e
r
b
a
s
e
d
o
n
t
h
e
c
u
r
r
e
n
t
$
L
L
M
E
v
a
l
u
a
t
o
r
.
C
r
e
a
t
e
M
C
P
S
e
r
v
e
r
[
"
n
a
m
e
"
,
c
o
n
f
i
g
]
c
r
e
a
t
e
s
a
n
M
C
P
s
e
r
v
e
r
f
r
o
m
t
h
e
L
L
M
C
o
n
f
i
g
u
r
a
t
i
o
n
s
p
e
c
i
f
i
e
d
b
y
c
o
n
f
i
g
.
D
e
t
a
i
l
s
a
n
d
O
p
t
i
o
n
s
Examples
(
1
)
Basic Examples
(
1
)
Create an MCP server from an
L
L
M
C
o
n
f
i
g
u
r
a
t
i
o
n
:
I
n
[
1
]
:
=
c
o
n
f
i
g
=
L
L
M
C
o
n
f
i
g
u
r
a
t
i
o
n
[
"
T
o
o
l
s
"
{
L
L
M
T
o
o
l
[
"
P
r
i
m
e
F
i
n
d
e
r
"
,
{
"
n
"
"
I
n
t
e
g
e
r
"
}
,
P
r
i
m
e
[
#
n
]
&
]
}
]
O
u
t
[
1
]
=
L
L
M
C
o
n
f
i
g
u
r
a
t
i
o
n
M
o
d
e
l
:
A
u
t
o
m
a
t
i
c
I
n
[
2
]
:
=
s
e
r
v
e
r
=
C
r
e
a
t
e
M
C
P
S
e
r
v
e
r
[
"
M
y
M
C
P
S
e
r
v
e
r
"
,
c
o
n
f
i
g
]
O
u
t
[
2
]
=
M
C
P
S
e
r
v
e
r
O
b
j
e
c
t
N
a
m
e
:
M
y
M
C
P
S
e
r
v
e
r
T
r
a
n
s
p
o
r
t
:
S
t
a
n
d
a
r
d
I
n
p
u
t
O
u
t
p
u
t
Install the server for use in
C
l
a
u
d
e
d
e
s
k
t
o
p
:
I
n
[
3
]
:
=
I
n
s
t
a
l
l
M
C
P
S
e
r
v
e
r
[
"
C
l
a
u
d
e
D
e
s
k
t
o
p
"
,
s
e
r
v
e
r
]
O
u
t
[
3
]
=
S
u
c
c
e
s
s
✓
M
e
s
s
a
g
e
:
S
u
c
c
e
s
s
f
u
l
l
y
i
n
s
t
a
l
l
e
d
M
C
P
s
e
r
v
e
r
"
M
y
M
C
P
S
e
r
v
e
r
"
f
o
r
C
l
a
u
d
e
D
e
s
k
t
o
p
.
L
o
c
a
t
i
o
n
:
F
i
l
e
C
:
/
U
s
e
r
s
/
r
h
e
n
n
i
g
a
n
/
A
p
p
D
a
t
a
/
R
o
a
m
i
n
g
/
C
l
a
u
d
e
/
c
l
a
u
d
e
_
d
e
s
k
t
o
p
_
c
o
n
f
i
g
.
j
s
o
n
Restart Claude desktop and then your tools will now be usable by Claude:
I
n
[
4
]
:
=
Deleting the server will also automatically uninstall it from Claude desktop:
I
n
[
5
]
:
=
D
e
l
e
t
e
O
b
j
e
c
t
[
s
e
r
v
e
r
]
S
e
e
A
l
s
o
I
n
s
t
a
l
l
M
C
P
S
e
r
v
e
r
▪
M
C
P
S
e
r
v
e
r
O
b
j
e
c
t
▪
U
n
i
n
s
t
a
l
l
M
C
P
S
e
r
v
e
r
"
"