sw1sh/WolframMCP
If you are the rightful owner of WolframMCP and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Wolfram MCP Server is a Model Context Protocol server that integrates the Wolfram Engine for programmatic creation and editing of Wolfram Notebooks.
Tools
Functions exposed to the LLM to take actions
evaluate
Evaluate a Wolfram Language expression
create_notebook
Create a new notebook file
append_cell
Append a new cell to existing notebook
replace_cell
Replace content of a notebook cell (by index)
list_cells
Return JSON array of cell strings
export_notebook
Export notebook to a given format (e.g. Plaintext, JSON)
create_function_doc
Create starter documentation notebook for a symbol
create_paclet_doc_skeleton
Scaffold paclet doc directory & guide notebook
ping
Health check
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client