Search, document and execute authenticated API calls across 500+ apps via one MCP server
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by One.
list_one_integrationsList available platforms and active connections, each with the `access` it confers (full, methods, or specific actions)
search_one_platform_actionsSearch for actions on a specific platform
get_one_action_knowledgeGet detailed documentation for an action
execute_one_actionExecute an API action on a connected platform
Website Β Β·Β Docs Β Β·Β Dashboard Β Β·Β Changelog Β Β·Β X Β Β·Β LinkedIn
Connect your AI agents to 700+ apps through a single MCP server. Search for actions, read documentation, and execute API calls across platforms, without having to manage OAuth tokens or API keys.
That's it. The One CLI will prompt you for your API key (get one from the One dashboard) and configure the MCP server for your environment: Claude Desktop, Cursor, Claude Code, Windsurf, or any MCP-compatible agent.
Execute actions directly:
"Get my last 5 emails from Gmail"
"Send a Slack message to #general: 'Meeting in 10 minutes'"
"Get all products from my Shopify store"
Generate integration code:
"Create a React form component that sends emails using Gmail"
"Build a dashboard that displays Linear users and their assigned projects with filtering"
"Create a paginatable table that fetches and displays QuickBooks invoices with search and sort"
The server exposes four MCP tools:
| Tool | Description |
|---|---|
list_one_integrations | List available platforms and active connections, each with the access it confers (full, methods, or specific actions) |
search_one_platform_actions | Search for actions on a specific platform |
get_one_action_knowledge | Get detailed documentation for an action |
execute_one_action | Execute an API action on a connected platform |
Prefer not to run anything locally? One hosts a remote MCP server at https://mcp.withone.ai/mcp. Point any MCP client that supports remote (HTTP) servers at that URL and authenticate with One via OAuth. There's no npm install and no ONE_SECRET to manage. You approve access in One's consent screen, where you can scope exactly which connections, actions, and permission levels the agent gets. Those choices are surfaced back to the agent through each connection's access field, so it knows what it can run without searching.
Add it to your client's MCP configuration. The endpoint speaks the Streamable HTTP transport:
Some clients omit type and take the URL alone; UI-based clients (custom connectors) just need the URL itself. On first connect, your client opens a browser to authenticate and authorize with One. After that, the same four tools are available.
One-click install:
The Windsurf link opens One's page in the editor's MCP marketplace, which is served from the official MCP registry where One is published as ai.withone/mcp. Windsurf handles the OAuth sign-in itself once you install from that page.
If you prefer to configure the server manually instead of using one init, install the package directly:
Then set the required environment variable:
Scope connections to a specific identity (e.g., a user, team, or organization):
| Variable | Description | Values |
|---|---|---|
ONE_IDENTITY | The identifier for the entity (e.g., user ID, team ID) | Any string |
ONE_IDENTITY_TYPE | The type of identity | user, team, organization, project |
When set, the MCP server will only return connections associated with the specified identity. This is useful for multi-tenant applications where you want to scope integrations to specific users or entities.
Fine-tune what the MCP server can see and do:
| Variable | Type | Default | Description |
|---|---|---|---|
ONE_PERMISSIONS | read | write | admin | admin | Filter actions by HTTP method. read = GET only, write = GET/POST/PUT/PATCH, admin = all methods |
ONE_CONNECTION_KEYS | * or comma-separated keys | * | Restrict visible connections and platforms to specific connection keys |
ONE_ACTION_IDS | * or comma-separated IDs | * | Restrict visible and executable actions to specific action IDs |
ONE_KNOWLEDGE_AGENT | true | false | false | Remove the execute_one_action tool entirely, forcing knowledge-only mode. get_one_action_knowledge responses additionally include an Integration Code Guide (passthrough URL, x-one-* headers, ONE_SECRET / ONE_{PLATFORM}_CONNECTION_KEY env vars, backend-only placement) for writing application code |
All defaults preserve current behavior. If no access control env vars are set, the server starts with full access and all tools available.
Whatever you configure here is surfaced back to the agent: list_one_integrations stamps each connection with an access field so the agent knows up front what it can run there, without spending a turn searching. It is one of:
access | When |
|---|---|
{ "policy": "full" } | No action allowlist and ONE_PERMISSIONS=admin β every action is runnable. |
{ "policy": "methods", "methods": ["GET", ...] } | No action allowlist, but ONE_PERMISSIONS is read/write β only these HTTP methods are runnable. |
{ "policy": "actions", "actions": [{ "actionId", "title", "method" }] } | ONE_ACTION_IDS is set β exactly these actions (the ones on that connection's platform) are runnable, so no search is needed. |
If you used one init, the configuration below is already done for you. These examples are for reference or manual setups.
Add the following to your MCP config:
~/Library/Application\ Support/Claude/claude_desktop_config.json Β· Windows: %APPDATA%/Claude/claude_desktop_config.jsonAll environment variables listed above can be passed as -e flags.
All requests to third-party platforms are authenticated and proxied through One's API. The MCP server never handles OAuth tokens or platform API keys directly. The ONE_SECRET key is the sole credential required, and it is automatically redacted from all response payloads returned to clients. Sensitive headers are stripped from logged and returned request configurations.
MIT
For support, please contact support@withone.ai or visit https://withone.ai
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/one)<a href="https://allmcps.com/mcp/one"><img src="https://allmcps.com/api/badge/one?style=directory" alt="One on AllMCPs" /></a>