$SupportedMCPClients
gives an association with information about MCP clients supported by InstallMCPServer.
Details
Examples
Basic Examples
See Also
Wolfram`AgentTools`
Wolfram`AgentTools`
$SupportedMCPClients
gives an association with information about MCP clients supported by InstallMCPServer.
Details
- The keys in $SupportedMCPClients correspond to valid names usable in InstallMCPServer["name",…].
- The values are associations containing the following key/value pairs:
-
"ConfigFormat" the file format used by the configuration file "ConfigKey" the key under which MCP servers are configured "ProjectSupport" whether or not directory-based installations are supported "URL" the URL for the application - If "ProjectSupport" is True, then InstallMCPServer[{"name","path/to/dir"},…] can be used to install an MCP server that's specific to a particular directory.
Examples
Needs["Wolfram`AgentTools`"]Basic Examples (1)
Get information about MCP clients that are currently supported via InstallMCPServer["name",…]:
$SupportedMCPClients