Home › Development › One
One
Search, document and execute authenticated API calls across 700+ apps via one MCP server
Topics: Aggregators
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Remote (streamable-http)
https://mcp.withone.ai/mcp Requires auth (checked 2026-09-24)
Claude Code:
claude mcp add --transport http mcp https://mcp.withone.ai/mcp
Or add to your MCP client config:
{
"mcpServers": {
"mcp": {
"url": "https://mcp.withone.ai/mcp"
}
}
}
Package (npm 1.2.4)
npx -y @withone/mcp@1.2.4
Or add to your MCP client config:
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@withone/mcp@1.2.4"
],
"env": {
"ONE_SECRET": "<YOUR_VALUE>",
"ONE_PERMISSIONS": "<YOUR_VALUE>",
"ONE_CONNECTION_KEYS": "<YOUR_VALUE>",
"ONE_ACTION_IDS": "<YOUR_VALUE>",
"ONE_KNOWLEDGE_AGENT": "<YOUR_VALUE>",
"ONE_IDENTITY": "<YOUR_VALUE>",
"ONE_IDENTITY_TYPE": "<YOUR_VALUE>"
}
}
}
}
ONE_SECRETrequired secret — One API key from https://app.withone.ai/settings/api-keysONE_PERMISSIONS— Restrict actions by HTTP method: read (GET), write (GET/POST/PUT/PATCH) or admin (all)ONE_CONNECTION_KEYS— Comma-separated connection keys the agent may see, or * for allONE_ACTION_IDS— Comma-separated action IDs the agent may see and run, or * for allONE_KNOWLEDGE_AGENT— Set true to drop execute_one_action and run in knowledge-only modeONE_IDENTITY— Scope connections to a single user, team, organization or project identifierONE_IDENTITY_TYPE— Type of ONE_IDENTITY: user, team, organization or project
Related servers
mindshub
Connect and unify data across various platforms and databases with [MindsDB as a single MCP server](https://docs.mindsdb.com/mcp/overview).
pipedream
Connect with 2,500 APIs with 8,000+ prebuilt tools, and manage servers for your users, in your own app.
metamcp
MetaMCP is the one unified middleware MCP server that manages your MCP connections with GUI.
anyquery
Query more than 40 apps with one binary using SQL. It can also connect to your PostgreSQL, MySQL, or SQLite compatible database.…
MCPJungle
Self-hosted MCP Server registry for enterprise AI Agents
opentabs
Plugin-based MCP server + Chrome extension that gives AI agents access to web applications through the user's authenticated browser…
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry