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`
M
C
P
S
e
r
v
e
r
O
b
j
e
c
t
s
M
C
P
S
e
r
v
e
r
O
b
j
e
c
t
s
[
]
g
i
v
e
s
a
l
l
t
h
e
c
u
s
t
o
m
M
C
P
s
e
r
v
e
r
s
t
h
a
t
h
a
v
e
b
e
e
n
c
r
e
a
t
e
d
o
n
t
h
e
c
u
r
r
e
n
t
m
a
c
h
i
n
e
.
M
C
P
S
e
r
v
e
r
O
b
j
e
c
t
s
[
"
p
a
t
t
"
]
g
i
v
e
s
t
h
e
c
u
s
t
o
m
M
C
P
s
e
r
v
e
r
s
t
h
a
t
h
a
v
e
a
n
a
m
e
m
a
t
c
h
i
n
g
t
h
e
g
i
v
e
n
s
t
r
i
n
g
p
a
t
t
e
r
n
.
D
e
t
a
i
l
s
a
n
d
O
p
t
i
o
n
s
Examples
(
1
)
Basic Examples
(
1
)
Create some custom MCP servers:
I
n
[
1
]
:
=
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
"
,
"
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
]
=
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
I
n
[
2
]
:
=
C
r
e
a
t
e
M
C
P
S
e
r
v
e
r
[
"
I
n
e
r
t
M
C
P
S
e
r
v
e
r
"
,
]
O
u
t
[
2
]
=
M
C
P
S
e
r
v
e
r
O
b
j
e
c
t
N
a
m
e
:
I
n
e
r
t
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
Get all the custom MCP servers:
I
n
[
3
]
:
=
M
C
P
S
e
r
v
e
r
O
b
j
e
c
t
s
[
]
O
u
t
[
3
]
=
M
C
P
S
e
r
v
e
r
O
b
j
e
c
t
N
a
m
e
:
I
n
e
r
t
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
,
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
Get only servers matching a specific name pattern:
I
n
[
4
]
:
=
M
C
P
S
e
r
v
e
r
O
b
j
e
c
t
s
[
"
M
y
*
"
]
O
u
t
[
4
]
=
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
Delete all custom MCP servers:
I
n
[
5
]
:
=
D
e
l
e
t
e
O
b
j
e
c
t
/
@
M
C
P
S
e
r
v
e
r
O
b
j
e
c
t
s
[
]
O
u
t
[
5
]
=
{
N
u
l
l
,
N
u
l
l
}
I
n
[
6
]
:
=
M
C
P
S
e
r
v
e
r
O
b
j
e
c
t
s
[
]
O
u
t
[
6
]
=
{
}
S
e
e
A
l
s
o
M
C
P
S
e
r
v
e
r
O
b
j
e
c
t
▪
C
r
e
a
t
e
M
C
P
S
e
r
v
e
r
"
"