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
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`
M
C
P
S
t
a
r
t
M
C
P
S
t
a
r
t
[
c
m
d
]
s
t
a
r
t
a
p
r
o
c
e
s
s
u
s
i
n
g
t
h
e
c
o
m
m
a
n
d
l
i
n
e
a
r
g
u
m
e
n
t
s
c
m
d
.
Examples
(
1
)
Basic Examples
(
1
)
Start an MCP server using a Python script:
I
n
[
1
]
:
=
c
l
i
e
n
t
=
M
C
P
S
t
a
r
t
[
{
F
i
l
e
N
a
m
e
J
o
i
n
[
{
$
H
o
m
e
D
i
r
e
c
t
o
r
y
,
"
/
m
i
n
i
f
o
r
g
e
3
/
b
i
n
/
p
y
t
h
o
n
"
}
]
,
"
-
i
"
,
F
i
l
e
N
a
m
e
J
o
i
n
[
{
P
a
c
l
e
t
O
b
j
e
c
t
[
"
A
n
t
o
n
A
n
t
o
n
o
v
/
M
C
P
C
l
i
e
n
t
"
]
[
"
L
o
c
a
t
i
o
n
"
]
,
"
R
e
s
o
u
r
c
e
s
"
,
"
s
i
m
p
l
e
_
m
c
p
_
s
e
r
v
e
r
.
p
y
"
}
]
}
]
Note that with the option "-i" Python is run in interactive mode.
S
e
e
A
l
s
o
M
C
P
I
n
i
t
i
a
l
i
z
e
R
e
l
a
t
e
d
G
u
i
d
e
s
▪
T
h
i
n
M
C
P
C
l
i
e
n
t
"
"