Provides universal AI orchestration with 252 tools across 17 services via natural language.
Configuration
View docs{
"mcpServers": {
"0nork-0nmcp": {
"command": "npx",
"args": [
"0nmcp"
],
"env": {
"ANTHROPIC_API_KEY": "YOUR_API_KEY"
}
}
}
}You can run 0nMCP on your machine to orchestrate 252 tools across 17 services using natural language, without building workflows or writing code. It lets you connect services, ask for actions, and have the AI plan and execute multi-step tasks across endpoints while providing an auditable history locally.
Start by connecting your services using a simple, natural language interface. Once connected, you describe what you want to achieve, and the system plans the steps, calls the appropriate APIs, and returns results. You can perform single-service actions like creating a Stripe customer or posting a message to Slack, or describe multi-step tasks that involve several services.
Prerequisites: You need Node.js and npm installed on your machine.
# One quick command to start using 0nMCP
npx 0nmcpIf you prefer a global installation, you can install the package globally and then run it.
# Global installation
npm install -g 0nmcp
# Run the MCP server
0nmcpYou can configure Claude Desktop integration by adding a configuration block that points to the MCP server. The optional API key enables AI-powered multi-step planning.
{
"mcpServers": {
"0nmcp": {
"command": "npx",
"args": ["0nmcp"],
"env": {
"ANTHROPIC_API_KEY": "sk-ant-..."
}
}
}
}Run any task in natural language across all connected services.
Connect a new service with credentials.
Remove a connected service.
See what's connected and capability counts.
Browse all 17 services grouped by category.
Deep dive on a specific service β endpoints, auth, capabilities.
Direct API call to any connected service endpoint.
OAuth flows, tokens, and snapshots for CRM access.
CRUD operations for contacts within the CRM module.
CRUD operations for conversations and messages.
CRUD operations for calendars and events.
CRUD operations for opportunities and pipelines.
CRUD operations for invoices and related actions.
CRUD operations for payments and transactions.
CRUD operations for products and prices.
Management of locations and related data in CRM.
Management of social posts and related entities.
CRUD operations for users and related data.
Management of custom objects and their relationships.