Wolfram Language Paclet Repository
Community-contributed installable additions to the Wolfram Language
Deploy local plugins for ChatGPT
Contributed by: Christopher Wolfram
Deploy plugins that allow ChatGPT to call APIs that run on a local Wolfram Language kernel.
To install this paclet in your Wolfram Language environment,
evaluate this code:
PacletInstall["ChristopherWolfram/ChatGPTPlugins"]
To load the code after installation, evaluate this code:
Needs["ChristopherWolfram`ChatGPTPlugins`"]
Define a simple plugin:
| In[1]:= | ![]() |
| Out[1]= |
Deploy the plugin to a local web server:
| In[2]:= |
| Out[2]= |
Use in ChatGPT:

Stop the web server:
| In[3]:= |
Implement a TODO list plugin:
| In[4]:= | ![]() |
| Out[5]= |
Install and use the plugin:

View the final state of the TODO list:
| In[6]:= |
| Out[6]= |
Stop the web server:
| In[7]:= |
Wolfram Language Version 13.2