W
Wolfram Mathematica
Bridges to Wolfram Mathematica for executing Wolfram Language code in secure, session-based environments with animal-themed identifiers, enabling mathematical c
Share:
About
Bridges to Wolfram Mathematica for executing Wolfram Language code in secure, session-based environments with animal-themed identifiers, enabling mathematical computations, symbolic algebra, data analysis, and scientific modeling tasks.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
create_task
Create a new task
list_tasks
List tasks with filters
update_task
Update fields of an existing task
Screenshots
No screenshots yet.
Frequently Asked Questions
Common questions about Wolfram Mathematica.
- What is the Wolfram Mathematica MCP used for?
- This MCP enables execution of Wolfram Language code for mathematical computations, symbolic algebra, data analysis, and scientific modeling within secure, session-based environments. It provides a bridge to Wolfram Mathematica functionalities.
- How can I integrate the Wolfram Mathematica MCP with an MCP client?
- The Wolfram Mathematica MCP uses the stdio transport protocol, making it compatible with most MCP clients. Installation typically involves cloning the repository and configuring the client to point to the MCP's executable. Specific steps depend on the client.
- Does the Wolfram Mathematica MCP require an API key or other credentials?
- No, the Wolfram Mathematica MCP explicitly lists 'none' for its authentication type. This means it does not require an API key, OAuth, or other credentials to use directly.
- What key capabilities does the Wolfram Mathematica MCP expose?
- The MCP's core capability is executing Wolfram Language code for tasks such as mathematical computations, symbolic algebra, and data analysis. It provides access to the full functionality of Wolfram Mathematica within its operational scope.
- Is there a cost associated with using the Wolfram Mathematica MCP?
- The cost of using this MCP depends on the underlying Wolfram Mathematica license. While the MCP itself is open-source, access to Wolfram Mathematica may require a separate commercial or academic license.
- What is a known limitation or prerequisite for the Wolfram Mathematica MCP?
- A key prerequisite for this MCP is a working installation of Wolfram Mathematica. Without it, the MCP cannot execute Wolfram Language code or provide its core functionality.
Install Wolfram Mathematica
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"wolfram-mathematica": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-wolfram-mathematica"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"wolfram-mathematica": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-wolfram-mathematica"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"wolfram-mathematica": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-wolfram-mathematica"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.