lists all the AgentToolsDeployment objects deployed to applications on the current machine.
DeployedAgentTools["application"]
lists only deployments for the specified application.
DeployedAgentTools
lists all the AgentToolsDeployment objects deployed to applications on the current machine.
DeployedAgentTools["application"]
lists only deployments for the specified application.
Details
- DeployedAgentTools is a discovery mechanism to find agent tools, like Wolfram MCP servers, that were previously deployed to AI-based applications.
- DeployedAgentTools returns a list of AgentToolsDeployment objects, which can be inspected for properties.
Examples
open all close allBasic Examples (2)
See all the currently installed agent tools:
DeployedAgentTools[]codex = DeployAgentTools["Codex", "WolframLanguage"]Get the updated list of deployed tools:
DeployedAgentTools[]DeleteObject[codex]DeployedAgentTools[]Scope (2)
See the installed agent tools for a specific application:
DeployedAgentTools["ClaudeDesktop"]Deploy a new tool and verify the change:
opencode = DeployAgentTools["ClaudeDesktop", "WolframAlpha"]DeployedAgentTools["ClaudeDesktop"]DeleteObject[opencode]Find all the deployments of a specific set of agent tools:
alltools = DeployedAgentTools[]Select[alltools, #["Server"] === "WolframAlpha"&]History
Text
Wolfram Research (2026), DeployedAgentTools, Wolfram Language function, https://reference.wolfram.com/language/ref/DeployedAgentTools.html.
CMS
Wolfram Language. 2026. "DeployedAgentTools." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/DeployedAgentTools.html.
APA
Wolfram Language. (2026). DeployedAgentTools. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/DeployedAgentTools.html
BibTeX
@misc{reference.wolfram_2026_deployedagenttools, author="Wolfram Research", title="{DeployedAgentTools}", year="2026", howpublished="\url{https://reference.wolfram.com/language/ref/DeployedAgentTools.html}", note=[Accessed: 17-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_deployedagenttools, organization={Wolfram Research}, title={DeployedAgentTools}, year={2026}, url={https://reference.wolfram.com/language/ref/DeployedAgentTools.html}, note=[Accessed: 17-June-2026]}