Smithery Integration
Use Smithery extensions in the AgentOne desktop app.
AgentOne supports Smithery extensions. When you install a Smithery server with AgentOne, the app opens the Add Custom Extension dialog and pre-fills the server details for review.
You can browse servers on Smithery and install compatible ones into AgentOne from their server pages.
How Smithery Works with AgentOne
AgentOne registers the agent-one:// URL scheme and handles the Smithery-style mcp/install deep link.
When AgentOne receives a link like this:
agent-one://mcp/install?v=1&name=Example%20Server&config=%7B...%7Dit will:
- Open
Settings->Extensions - Launch the
Add Custom Extensiondialog - Pre-fill the extension name
- Pre-fill either the local command or remote URL
- Ask you to review the configuration before adding it
AgentOne supports the two Smithery transport types documented by Smithery:
stdio: AgentOne combinescommandandargsinto theCommandfieldhttp: AgentOne fills theURLfield for the remote MCP endpoint
Supported Smithery Config Shapes
Local Stdio Server
{
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@smithery/cli@latest",
"run",
"@wonderwhy-er/desktop-commander"
]
}Remote HTTP Server
{
"type": "http",
"url": "https://exa.run.tools"
}Install Flow
- Open a supported MCP server page on Smithery.
- Choose AgentOne as the client when Smithery offers installation options.
- Allow the
agent-one://link to open AgentOne. - Review the pre-filled extension details in AgentOne.
- Add any extra environment variables or HTTP headers the server needs.
- Click
Add Custom.
AgentOne does not silently install Smithery extensions. The deep link only pre-fills the form so you can verify the settings first.
Notes
- The optional
v=1version parameter is supported. - AgentOne reads Smithery's
nameandconfigquery parameters. - The
configpayload should be URL-encoded JSON. - If a server requires additional secrets, environment variables, or headers, add them in AgentOne before completing the install.
Explore More Servers
Explore more MCP servers on the Smithery servers page.